commit | a4d4f1b4cb9f6038f865f86e1aa93169fc54dbaf | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 01 03:00:05 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 01 03:00:05 2011 +0200 |
tree | ea85f9aa23be7e22cd66a62a9c8c4a69914901ce | |
parent | 1c76b7f5e505e370a5e0b840af3002054eda1e0c [diff] |
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.