]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
authorChristian Heimes <christian@python.org>
Tue, 8 Mar 2022 18:22:32 +0000 (20:22 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 18:22:32 +0000 (10:22 -0800)
commitc8a47e76a391c8818bf10a282cdcd3bb5c23ebf6
treec4ec4ad5a9aef7dea8e07711fef1c88233e94904
parent5498a61c7c25db6f9e76032aa9c5153d79e09889
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
Misc/NEWS.d/next/Library/2022-03-08-11-34-06.bpo-23325.3VQnfo.rst [new file with mode: 0644]
Modules/signalmodule.c