[issue10089] Add support for arbitrary -X options

Nick Coghlan report at bugs.python.org
Fri Oct 15 11:04:30 CEST 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

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)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10089>
_______________________________________


More information about the Python-bugs-list mailing list