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 vstinner
Recipients ncoghlan, pitrou, vstinner
Date 2017-11-29.00:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511914144.57.0.213398074469.issue32101@psf.upfronthosting.co.za>
In-reply-to
Content
While implementing a new PYTHONDEVMODE environment variable, I found that it would help to also add a new sys.flags.dev_mode flag. So I added it.

So for example, asyncio uses sys.flags.dev_mode rather than checking for 'dev' in sys._xoptions *and* check if the environment variable is set or not.
History
Date User Action Args
2017-11-29 00:09:04vstinnersetrecipients: + vstinner, ncoghlan, pitrou
2017-11-29 00:09:04vstinnersetmessageid: <1511914144.57.0.213398074469.issue32101@psf.upfronthosting.co.za>
2017-11-29 00:09:04vstinnerlinkissue32101 messages
2017-11-29 00:09:04vstinnercreate