From: Christian Heimes Date: Thu, 22 Aug 2013 11:19:56 +0000 (+0200) Subject: Issue #18747: Use a parent atfork handler instead of a child atfork handler. X-Git-Tag: v3.4.0a2~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f54c24628b080002100b9ee4506387ac48551736;p=python 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. --- f54c24628b080002100b9ee4506387ac48551736