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

STINNER Victor report at bugs.python.org
Sat Feb 1 01:03:31 CET 2014


STINNER Victor added the comment:

Oh, in fact I already fixed this issue long time ago in Python 3.3 and 3.4.
---
changeset:   78341:2f1494d243ad
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Jul 31 02:55:49 2012 +0200
files:       Lib/test/test_faulthandler.py Python/pythonrun.c
description:
Fix initialization of the faulthandler module

faulthandler requires the importlib if "-X faulthandler" option is present on
the command line, so initialize faulthandler after importlib.

Add also an unit test.
---

I'm closing the issue. Thanks for the report.

----------
resolution:  -> fixed
status: open -> closed
versions: +Python 3.3

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


More information about the Python-bugs-list mailing list