]> 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:56 +0000 (13:19 +0200)
committerChristian Heimes <christian@cheimes.de>
Thu, 22 Aug 2013 11:19:56 +0000 (13:19 +0200)
commitf54c24628b080002100b9ee4506387ac48551736
tree7a0776f81fad10385026635deff7c33491045743
parent7d2d43c0b15b8062c9b5d672a78e653abe2e1d91
parent80c5de93f99f348553346f15a697c1acc0b9c612
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