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 terry.reedy
Recipients barry, gregory.p.smith, gvanrossum, jwilk, miss-islington, nascheme, njs, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy, xiang.zhang
Date 2018-11-30.20:28:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543609698.28.0.788709270274.issue34850@psf.upfronthosting.co.za>
In-reply-to
Content
I like this proposal better than a separate test mode.  But users will see compiler warnings for main modules and for packages recompiled for a new version or for a maintenance releases with a byte code bump, and for unprecompiled packages on systems that do not allow .pyc caching.

The first will not matter for packages with minimal main modules.  Recompiles will be rare.  I suspect that the 3rd possibility is also rare.
History
Date User Action Args
2018-11-30 20:28:18terry.reedysetrecipients: + terry.reedy, gvanrossum, barry, nascheme, rhettinger, gregory.p.smith, jwilk, steven.daprano, njs, serhiy.storchaka, xiang.zhang, miss-islington
2018-11-30 20:28:18terry.reedysetmessageid: <1543609698.28.0.788709270274.issue34850@psf.upfronthosting.co.za>
2018-11-30 20:28:18terry.reedylinkissue34850 messages
2018-11-30 20:28:18terry.reedycreate