Brett Cannon <[email protected]> added the comment: 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. ---------- nosy: +brett.cannon, eric.snow, ncoghlan resolution: -> wont fix stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue31772> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
