diff options
author | Christian Heimes <christian@cheimes.de> | 2013-10-29 20:11:55 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-10-29 20:11:55 (GMT) |
commit | ee0bac66b2f388e2d685fa5eee2f7a4ea3910186 (patch) | |
tree | f8fa48d948d9bc5f2e47f26e318b48eee819c622 /Misc | |
parent | db816d65464051ffa1aa2cce59dc7df721bbe873 (diff) | |
parent | 3046fe4c039f333c1dc8d7758990df5bcadef873 (diff) | |
download | cpython-ee0bac66b2f388e2d685fa5eee2f7a4ea3910186.zip cpython-ee0bac66b2f388e2d685fa5eee2f7a4ea3910186.tar.gz cpython-ee0bac66b2f388e2d685fa5eee2f7a4ea3910186.tar.bz2 |
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding
It is causing trouble like e.g. hanging processes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ Core and Builtins Library ------- +- Issue #19227: Remove pthread_atfork() handler. The handler was added to + solve #18747 but has caused issues. + - Issue #19420: Fix reference leak in module initalization code of _hashopenssl.c |