]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-102397: Fix segfault from race condition in signal handling (GH-102399)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Mar 2023 08:26:20 +0000 (00:26 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 08:26:20 +0000 (00:26 -0800)
commit7905ae7b1a347a5dd15174f7e44bb67c4cdb5972
tree2a3bfa4f012922e8e4b838ea3febc001b2f0e4c3
parent8bf8e3d9a001f1d955a9f0875ac5a70f6d5a5f5c
GH-102397: Fix segfault from race condition in signal handling (GH-102399)

(cherry picked from commit 1a84cc007e207f2dd61f86a7fc3d86632fdce72f)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
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