New submission from STINNER Victor <victor.stin...@gmail.com>: I propose to add a new "developer mode": a new "-X dev" command line option.
In short: python3 -X dev script.py behaves as: PYTHONMALLOC=debug python3 -W default -X faulthandler script.py For the rationale, please see: https://mail.python.org/pipermail/python-dev/2017-November/150514.html ---------- components: Interpreter Core messages: 306330 nosy: haypo priority: normal severity: normal status: open title: Add a new -X dev option: "developer mode" type: enhancement versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32043> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com