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.stin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14854>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to