bpo-36601: clarify signal handler comment and remove unnecessary pid check. (GH-12784)

https://bugs.python.org/issue36601
This commit is contained in:
Jeroen Demeyer 2019-05-10 03:28:57 +02:00 committed by Miss Islington (bot)
parent d267ac20c3
commit d237b3f0f6
2 changed files with 12 additions and 15 deletions

View file

@ -0,0 +1,2 @@
A long-since-meaningless check for ``getpid() == main_pid`` was removed
from Python's internal C signal handler.