[issue36829] CLI option to make PyErr_WriteUnraisable abortthe current process

Serhiy Storchaka report at bugs.python.org
Tue May 7 10:41:24 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It looks like a good idea to me. But it should not be -W error. It should be an -X option, and this option should be used exclusively for debugging user extension modules.

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36829>
_______________________________________


More information about the Python-bugs-list mailing list