mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
bpo-36601: clarify signal handler comment and remove unnecessary pid check. (GH-12784)
https://bugs.python.org/issue36601
This commit is contained in:
parent
d267ac20c3
commit
d237b3f0f6
2 changed files with 12 additions and 15 deletions
|
|
@ -0,0 +1,2 @@
|
|||
A long-since-meaningless check for ``getpid() == main_pid`` was removed
|
||||
from Python's internal C signal handler.
|
||||
Loading…
Add table
Add a link
Reference in a new issue