Different byte-code in same major version (2.6.x)?
Hartmut Goebel
h.goebel at goebel-consult.de
Wed Jun 16 16:36:34 EDT 2010
Am 15.06.2010 20:43, schrieb Paul Rubin:
> Hartmut Goebel <h.goebel at crazy-compilers.com> writes:
>> I'm facing a curious problem: 2.6, 2.6.1 and 2.6.4 are generating
>> different byte-code for the same source. I can not find the reason for.
>
> Why should they generate the same bytecode? All that you should expect
Because
a) they are only maintenance releases and changes to bytecode
generation would eb a functional change
b) bytcode-changes should change the magic-number, which is unchanged
in this case
c) there is no change to be found in SVN.
More information about the Python-list
mailing list