]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Mar 2022 18:53:24 +0000 (10:53 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 18:53:24 +0000 (10:53 -0800)
commit95b001fe6766f491f4356f8bcf23d6895bab2342
tree5bd7f2fc39c13f0cd9245698f74655e46a9126e4
parentef54c4df8283349603406a9274580556e7cc4bef
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)

(cherry picked from commit c8a47e76a391c8818bf10a282cdcd3bb5c23ebf6)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Library/2022-03-08-11-34-06.bpo-23325.3VQnfo.rst [new file with mode: 0644]
Modules/signalmodule.c