diff options
author | nullptr <3621629+0x0L@users.noreply.github.com> | 2021-09-20 18:30:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-20 18:30:19 (GMT) |
commit | 0bfa1106acfcddc03590e1f5d6789dbad3affe70 (patch) | |
tree | 3fd58f08fd64ef7affed051a3ba3dbc0f86e5e18 /Misc/NEWS.d | |
parent | 9510e6f3c797b4398aaf58abc1072b9db0a644f9 (diff) | |
download | cpython-0bfa1106acfcddc03590e1f5d6789dbad3affe70.zip cpython-0bfa1106acfcddc03590e1f5d6789dbad3affe70.tar.gz cpython-0bfa1106acfcddc03590e1f5d6789dbad3affe70.tar.bz2 |
bpo-45021: Fix a hang in forked children (GH-28007)
_global_shutdown_lock should be reinitialized in forked children
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-28-13-00-12.bpo-45021.rReeaj.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-28-13-00-12.bpo-45021.rReeaj.rst b/Misc/NEWS.d/next/Library/2021-08-28-13-00-12.bpo-45021.rReeaj.rst new file mode 100644 index 0000000..54fd910 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-08-28-13-00-12.bpo-45021.rReeaj.rst @@ -0,0 +1 @@ +Fix a potential deadlock at shutdown of forked children when using :mod:`concurrent.futures` module
\ No newline at end of file |