This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pitrou, vstinner, yselivanov, zbysz
Date 2014-02-01.00:03:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391213011.85.0.359594487065.issue14854@psf.upfronthosting.co.za>
In-reply-to
Content
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@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.
History
Date User Action Args
2014-02-01 00:03:31vstinnersetrecipients: + vstinner, pitrou, zbysz, yselivanov
2014-02-01 00:03:31vstinnersetmessageid: <1391213011.85.0.359594487065.issue14854@psf.upfronthosting.co.za>
2014-02-01 00:03:31vstinnerlinkissue14854 messages
2014-02-01 00:03:31vstinnercreate