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 ncoghlan
Recipients ncoghlan, vstinner
Date 2017-12-06.09:49:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512553788.08.0.213398074469.issue32230@psf.upfronthosting.co.za>
In-reply-to
Content
Note that this change will make "-X dev" effectively treat "-bb" and "-b" as equivalent, the same way "-Wd" already does. I figure that's OK, since it means the runtime behaviour will match the documentation (which says that "-X dev" implies "-Wd".
History
Date User Action Args
2017-12-06 09:49:48ncoghlansetrecipients: + ncoghlan, vstinner
2017-12-06 09:49:48ncoghlansetmessageid: <1512553788.08.0.213398074469.issue32230@psf.upfronthosting.co.za>
2017-12-06 09:49:48ncoghlanlinkissue32230 messages
2017-12-06 09:49:47ncoghlancreate