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 akvadrako, brett.cannon, eric.snow, ncoghlan
Date 2017-10-12.18:32:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507833152.53.0.213398074469.issue31772@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with that is it will increase the number of stat calls which we have always tried to minimize due to performance worries.

https://www.python.org/dev/peps/pep-0552/ has also been accepted which will take care of this specific case. So while I appreciate the work on this, Devin, I'm going to close this in favour of people who have this problem to use deterministic .pyc files instead.
History
Date User Action Args
2017-10-12 18:32:32brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow, akvadrako
2017-10-12 18:32:32brett.cannonsetmessageid: <1507833152.53.0.213398074469.issue31772@psf.upfronthosting.co.za>
2017-10-12 18:32:32brett.cannonlinkissue31772 messages
2017-10-12 18:32:32brett.cannoncreate