]> granicus.if.org Git - python/commit
Issue #11393: New try to fix faulthandler_thread()
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Apr 2011 01:00:05 +0000 (03:00 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Apr 2011 01:00:05 +0000 (03:00 +0200)
commita4d4f1b4cb9f6038f865f86e1aa93169fc54dbaf
treeea85f9aa23be7e22cd66a62a9c8c4a69914901ce
parent1c76b7f5e505e370a5e0b840af3002054eda1e0c
Issue #11393: New try to fix faulthandler_thread()

Always release the cancel join.

Fix also another corner case: _PyFaulthandler_Fini() called after setting
running variable to zero, but before releasing the join lock.
Modules/faulthandler.c