]> granicus.if.org Git - python/commitdiff
Issue #18747: Use a parent atfork handler instead of a child atfork handler.
authorChristian Heimes <christian@cheimes.de>
Thu, 22 Aug 2013 11:19:56 +0000 (13:19 +0200)
committerChristian Heimes <christian@cheimes.de>
Thu, 22 Aug 2013 11:19:56 +0000 (13:19 +0200)
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.

1  2 
Modules/_ssl.c

diff --cc Modules/_ssl.c
Simple merge