| commit | d5698cbbcade36d49bb32e797499d1190c38558a | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 31 02:55:49 2012 +0200 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 31 02:55:49 2012 +0200 |
| tree | 4c743f1ff57018f73dc118ebb08b97edbd83b260 | |
| parent | 60622ed12aed572573a95b88428f654e88b8e470 [diff] |
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.