]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12550: Add chain optional argument to faulthandler.register()
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 13 Jul 2011 21:39:53 +0000 (23:39 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 13 Jul 2011 21:39:53 +0000 (23:39 +0200)
commita9a9dab042e8311b24a5c333417cc4beff9f4ddc
treee8100abcadf5f5b71fc75c8f45e3065d79ecad85
parentd93da2b952959c26d3afb0a66bff08ed0f14ffb9
Issue #12550: Add chain optional argument to faulthandler.register()

Call the previous signal handler if chain is True.
Doc/library/faulthandler.rst
Lib/test/test_faulthandler.py
Modules/faulthandler.c