]> 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)
commit1d0f73d20f5368e7c27eb10026ed9af27dbda186
tree85ae79563e1903b4fc054c52a4737192eef41628
parent78254dc6fc71d28f70c52dd70c0bc3e14ae7d0c2
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