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 nascheme
Recipients ammar2, gregory.p.smith, jwilk, nascheme, njs, rhettinger, serhiy.storchaka, steven.daprano
Date 2018-10-04.18:20:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538677246.35.0.545547206417.issue34867@psf.upfronthosting.co.za>
In-reply-to
Content
Woudn't turning these off hurt performance a lot?  If so, I don't know if people would actually use such a mode.  Then it becomes pretty useless.  Could we combine this idea with the PYTHONDEVMODE flag?  If PYTHONDEVMODE is turned on, we could do a check like Serhiy suggests for inappropriate 'is' comparisons.  That seems more useful to me.
History
Date User Action Args
2018-10-04 18:20:46naschemesetrecipients: + nascheme, rhettinger, gregory.p.smith, jwilk, steven.daprano, njs, serhiy.storchaka, ammar2
2018-10-04 18:20:46naschemesetmessageid: <1538677246.35.0.545547206417.issue34867@psf.upfronthosting.co.za>
2018-10-04 18:20:46naschemelinkissue34867 messages
2018-10-04 18:20:46naschemecreate