Message307195
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. |
|
| 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: <[email protected]> |
| 2017-11-29 00:09:04 | vstinner | link | issue32101 messages |
| 2017-11-29 00:09:04 | vstinner | create | |
|