bytecode non-backcompatibility
- From: Maurice LING <mauriceling@xxxxxxx>
- Date: Sun, 24 Apr 2005 20:19:59 +1000
Hi,
I've been using Python for about 2 years now, for my honours project and now my postgrad project. I must say that I am loving it more and more now. From my knowledge, Python bytecodes are not back-compatible. I must say that my technical background isn't strong enough but is there any good reason for not being back-compatible in bytecodes?
My problem is not about pure python modules or libraries but the problem is with 3rd party libraries with C bindings (not python pure). It means that with every upgrade of python, I have to reinstall all my 3rd party libraries which can be quite a bit of work...
I do hope this problem will be sorted out some day.
Cheers Maurice .
- Follow-Ups:
- Re: bytecode non-backcompatibility
- From: Fuzzyman
- Re: bytecode non-backcompatibility
- From: Robert Kern
- Re: bytecode non-backcompatibility
- Prev by Date: Re: Unicode problems, yet again
- Next by Date: Re: GUI woes
- Previous by thread: Decent Win32All Documentation
- Next by thread: Re: bytecode non-backcompatibility
- Index(es):
Relevant Pages
|