]> granicus.if.org Git - python/commit
Issue #11393: Add the new faulthandler module
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 30 Mar 2011 23:31:06 +0000 (01:31 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 30 Mar 2011 23:31:06 +0000 (01:31 +0200)
commit024e37adccd9f0d879b014da28b02d04f0866f8c
tree9ca8e6548244610dd235876a87f639a1942647d4
parentd85456279f129e19a3f4c8ba0b3d05f5bdbfca1d
Issue #11393: Add the new faulthandler module
19 files changed:
Doc/library/debug.rst
Doc/library/faulthandler.rst [new file with mode: 0644]
Doc/using/cmdline.rst
Doc/whatsnew/3.3.rst
Include/traceback.h
Lib/test/regrtest.py
Lib/test/script_helper.py
Lib/test/test_faulthandler.py [new file with mode: 0644]
Misc/NEWS
Modules/Setup.dist
Modules/faulthandler.c [new file with mode: 0644]
Modules/main.c
PC/config.c
PCbuild/pythoncore.vcproj
Python/pythonrun.c
Python/traceback.c
configure
configure.in
pyconfig.h.in