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 docs@python, eric.araujo, erlendaasland, ezio.melotti, mdk, pitrou, rahul-kumi, vstinner, willingc, xtreak
Date 2020-02-29.22:40:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583016052.36.0.130797786987.issue39712@roundup.psfhosted.org>
In-reply-to
Content
> An exception to that is `-X dev`, which can also be triggered by the PYTHONDEVMODE variable, but that isn't mentioned in the CLI doc.

I wrote a whole new page for -X dev: https://docs.python.org/dev/library/devmode.html#devmode

This page starts with:

"It can be enabled using the -X dev command line option or by setting the PYTHONDEVMODE environment variable to 1."
History
Date User Action Args
2020-02-29 22:40:52vstinnersetrecipients: + vstinner, pitrou, ezio.melotti, eric.araujo, docs@python, willingc, mdk, xtreak, erlendaasland, rahul-kumi
2020-02-29 22:40:52vstinnersetmessageid: <1583016052.36.0.130797786987.issue39712@roundup.psfhosted.org>
2020-02-29 22:40:52vstinnerlinkissue39712 messages
2020-02-29 22:40:52vstinnercreate