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 ned.deily
Recipients blueyed, ned.deily
Date 2019-06-07.17:38:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559929130.91.0.121579003783.issue37175@roundup.psfhosted.org>
In-reply-to
Content
In many installations, the user running Python would not have write access to the lib directory tree where the compiled byte files need to be created so we would not want to change the current default behavior.  On the other hand, I could see some times when testing where it would speed things up to skip compiling.

The issue of tons of output is really a more important issue; it would be useful to be able to suppress all those lines of compile output as they rarely provide any useful information, perhaps even suppressing by default.
History
Date User Action Args
2019-06-07 17:38:50ned.deilysetrecipients: + ned.deily, blueyed
2019-06-07 17:38:50ned.deilysetmessageid: <1559929130.91.0.121579003783.issue37175@roundup.psfhosted.org>
2019-06-07 17:38:50ned.deilylinkissue37175 messages
2019-06-07 17:38:50ned.deilycreate