This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients eric.snow, meador.inge, pitrou
Date 2012-07-16.12:13:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342440682.3396.0.camel@localhost.localdomain>
In-reply-to <1342417349.55.0.821069275525.issue15352@psf.upfronthosting.co.za>
Content
Le lundi 16 juillet 2012 à 05:42 +0000, Meador Inge a écrit :
> The order of 'co_cellvars', 'co_varnames', and 'co_freevars' can be
> different from compile to compile, thus the bytecode can be different
> from compile to compile (I am not sure if this is worth fixing).

I don't know, but you could open an issue just for the record.
People may be surprised if bytecode generation isn't deterministic.
History
Date User Action Args
2012-07-16 12:13:07pitrousetrecipients: + pitrou, meador.inge, eric.snow
2012-07-16 12:13:07pitroulinkissue15352 messages
2012-07-16 12:13:06pitroucreate