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 amaury.forgeotdarc, eric.araujo, loewis, ncoghlan, orsenthil, pitrou, vstinner
Date 2010-10-15.09:04:28
SpamBayes Score 1.9536432e-07
Marked as misclassified No
Message-id <1287133470.53.0.494495638585.issue10089@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest using sys._xoptions to make it clearer that this is for CPython specific internal implementation runtime tweaks. We're putting it in sys so *we* can get at it, not applications.

(It also makes it clear that other implementations aren't obliged to implement *any* particular interface to the -X options. Requiring that would go against the whole spirit of -X)
History
Date User Action Args
2010-10-15 09:04:30ncoghlansetrecipients: + ncoghlan, loewis, amaury.forgeotdarc, orsenthil, pitrou, vstinner, eric.araujo
2010-10-15 09:04:30ncoghlansetmessageid: <1287133470.53.0.494495638585.issue10089@psf.upfronthosting.co.za>
2010-10-15 09:04:28ncoghlanlinkissue10089 messages
2010-10-15 09:04:28ncoghlancreate