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 brett.cannon
Recipients Arfrever, brett.cannon, flox, mark.dickinson, meador.inge, ncoghlan, pitrou
Date 2012-07-16.17:23:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342459432.76.0.564362272659.issue15368@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so it sounds like we need to do the equivalent of sorting those tuples when generating the bytecode. That would suggest that probably need to tweak Python/compile.c to make it deterministic.
History
Date User Action Args
2012-07-16 17:23:52brett.cannonsetrecipients: + brett.cannon, mark.dickinson, ncoghlan, pitrou, Arfrever, flox, meador.inge
2012-07-16 17:23:52brett.cannonsetmessageid: <1342459432.76.0.564362272659.issue15368@psf.upfronthosting.co.za>
2012-07-16 17:23:52brett.cannonlinkissue15368 messages
2012-07-16 17:23:52brett.cannoncreate