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