[issue14854] faulthandler: fatal error with "SystemError: null argument to internal routine"

STINNER Victor report at bugs.python.org
Sat May 19 21:18:20 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

> PYTHONFAULTHANDLER=1 ./python -E ...

Documentation of the -E option "Ignore all PYTHON* environment
variables, e.g. PYTHONPATH and PYTHONHOME, that might be set."
http://docs.python.org/dev/using/cmdline.html#cmdoption-E

So the option works as expected.

----------

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


More information about the Python-bugs-list mailing list