]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-102397: Fix segfault from race condition in signal handling (#102399)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 8 Mar 2023 07:59:39 +0000 (13:29 +0530)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 07:59:39 +0000 (13:29 +0530)
commit1a84cc007e207f2dd61f86a7fc3d86632fdce72f
tree9304ca9358fe51e85ecbcb7b010d132e4e9c1450
parent061325e0d2bbec6ff89d03f527c91dc7bfa14003
GH-102397: Fix segfault from race condition in signal handling (#102399)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_signal.py
Misc/NEWS.d/next/Core and Builtins/2023-03-04-06-48-34.gh-issue-102397.ACJaOf.rst [new file with mode: 0644]
Modules/signalmodule.c