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 nedbat
Recipients nedbat, pablogsal, serhiy.storchaka
Date 2019-07-05.03:33:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562297615.96.0.200475046596.issue37500@roundup.psfhosted.org>
In-reply-to
Content
BTW, the same regression applies to "if not __debug__:" .  Python3.8.0b1 optimized these away, but b2 does not.  That optimization was new in 3.7.0a4
History
Date User Action Args
2019-07-05 03:33:35nedbatsetrecipients: + nedbat, serhiy.storchaka, pablogsal
2019-07-05 03:33:35nedbatsetmessageid: <1562297615.96.0.200475046596.issue37500@roundup.psfhosted.org>
2019-07-05 03:33:35nedbatlinkissue37500 messages
2019-07-05 03:33:35nedbatcreate