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 barry, vstinner
Date 2017-11-21.03:03:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511233409.39.0.213398074469.issue32043@psf.upfronthosting.co.za>
In-reply-to
Content
While the discussion is not done, I close this issue to focus on other more specific issues.

I completed the documentation and fixed warnings filters (bpo-32089). The option now also enables asyncio debug mode (bpo-32047).

It was proposed to add an environment variable to enable the developer mode: see bpo-32101 ("Add PYTHONDEVMODE=1 to enable the developer mode").

Note: I also fixed subprocess._args_from_interpreter_flags: bpo-32094.
History
Date User Action Args
2017-11-21 03:03:29vstinnersetrecipients: + vstinner, barry
2017-11-21 03:03:29vstinnersetmessageid: <1511233409.39.0.213398074469.issue32043@psf.upfronthosting.co.za>
2017-11-21 03:03:29vstinnerlinkissue32043 messages
2017-11-21 03:03:29vstinnercreate