]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117658: Fix check_dump_traceback_threads in free-threaded build (#117659)
authorSam Gross <colesbury@gmail.com>
Tue, 9 Apr 2024 15:50:49 +0000 (11:50 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2024 15:50:49 +0000 (11:50 -0400)
commit6edde8a91c753dba03c92315b7585209931c704b
tree50fe580caf047e273d704055c3409d396ba45fa0
parentfa58e75a8605146a89ef72b58b4529669ac48366
gh-117658: Fix check_dump_traceback_threads in free-threaded build (#117659)

With the GIL disabled, the waiting thread may still be in the
`self.running.set() ` call when faulthandler dumps tracebacks.
Lib/test/test_faulthandler.py