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 ncoghlan
Recipients ncoghlan, pitrou, vstinner
Date 2017-11-21.03:48:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511236102.26.0.213398074469.issue32101@psf.upfronthosting.co.za>
In-reply-to
Content
Another argument against PYTHONXOPTIONS is that each implementation is free to decide which -X options it wants to support, and we don't really define what they're supposed to do with options they don't recognise.

By contrast, there's an established behaviour for unknown environment variables: implementations that don't support them just ignore them.

So +1 for PYTHONDEVMODE=1 from me - that also gives us more flexibility if we decide to add arguments to the option later.
History
Date User Action Args
2017-11-21 03:48:22ncoghlansetrecipients: + ncoghlan, pitrou, vstinner
2017-11-21 03:48:22ncoghlansetmessageid: <1511236102.26.0.213398074469.issue32101@psf.upfronthosting.co.za>
2017-11-21 03:48:22ncoghlanlinkissue32101 messages
2017-11-21 03:48:22ncoghlancreate