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 brett.cannon, gregory.p.smith, pitrou, raulcd, serhiy.storchaka, twouters
Date 2016-03-18.20:31:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458333097.77.0.346236639752.issue23723@psf.upfronthosting.co.za>
In-reply-to
Content
I realized that importlib.abc.SourceLoader.path_stats() provides a way to override stat collection and basically hard-code the stat number for all files from an import perspective. So if people simply generated their bytecode with a static timestamp and overrode this method then they would get the effect they want.
History
Date User Action Args
2016-03-18 20:31:37brett.cannonsetrecipients: + brett.cannon, twouters, gregory.p.smith, pitrou, serhiy.storchaka, raulcd
2016-03-18 20:31:37brett.cannonsetmessageid: <1458333097.77.0.346236639752.issue23723@psf.upfronthosting.co.za>
2016-03-18 20:31:37brett.cannonlinkissue23723 messages
2016-03-18 20:31:37brett.cannoncreate