[Python-ideas] Add a developer mode to Python: -X dev command line option

Victor Stinner victor.stinner at gmail.com
Wed Mar 30 04:21:20 EDT 2016


2016-03-30 9:49 GMT+02:00 Victor Stinner <victor.stinner at gmail.com>:
> I propose to add a "development mode" to Python, to get a few checks
> to detect bugs earlier: a new -X dev command line option. Example:
>
>    python3.6 -X dev script.py
> (...)

I posted my patch on the bug tracker if you would like to try it:
https://bugs.python.org/issue26670

Victor


More information about the Python-ideas mailing list