]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11393: signal of user signal displays tracebacks even if tstate==NULL
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Apr 2011 13:37:12 +0000 (15:37 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Apr 2011 13:37:12 +0000 (15:37 +0200)
commit44378d46f61f70c40a2e157bdf94150ef694f102
tree4adc0412793981239a5a894087b5958049af0333
parentfcb88c45030c5480ca184a2911bd3f9357b323d5
Issue #11393: signal of user signal displays tracebacks even if tstate==NULL

 * faulthandler_user() displays the tracebacks of all threads even if it is
   unable to get the state of the current thread
 * test_faulthandler: only release the GIL in test_gil_released() check
 * create check_signum() subfunction
Lib/test/test_faulthandler.py
Modules/faulthandler.c