Message 307195 - Python tracker
Message307195
| 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:04 | vstinner | set | recipients: + vstinner, ncoghlan, pitrou |
| 2017-11-29 00:09:04 | vstinner | set | messageid: <1511914144.57.0.213398074469.issue32101@psf.upfronthosting.co.za> |
| 2017-11-29 00:09:04 | vstinner | link | issue32101 messages |
| 2017-11-29 00:09:04 | vstinner | create | |