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 ncoghlan
Recipients brett.cannon, flox, mark.dickinson, meador.inge, ncoghlan
Date 2012-07-16.14:43:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342449787.3.0.722144360358.issue15368@psf.upfronthosting.co.za>
In-reply-to
Content
At least we know the hash randomisation is working :)

Spurious changes when freezing modules seems like a legitimate reason to fix it - the import benchmarks would probably give the compiler enough of a workout to highlight if the sorting is excessively time consuming.
History
Date User Action Args
2012-07-16 14:43:07ncoghlansetrecipients: + ncoghlan, brett.cannon, mark.dickinson, flox, meador.inge
2012-07-16 14:43:07ncoghlansetmessageid: <1342449787.3.0.722144360358.issue15368@psf.upfronthosting.co.za>
2012-07-16 14:43:06ncoghlanlinkissue15368 messages
2012-07-16 14:43:06ncoghlancreate