diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2024-05-03 18:45:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 18:45:46 (GMT) |
commit | 998c3856c1e922ece806c162858dc587a1e92e02 (patch) | |
tree | 03077e946db80e7e78df5a9c3e14e6ba5ca04bcf /Misc | |
parent | cb57a52a85a7845b1c017085f05a7f6d71855edc (diff) | |
download | cpython-998c3856c1e922ece806c162858dc587a1e92e02.zip cpython-998c3856c1e922ece806c162858dc587a1e92e02.tar.gz cpython-998c3856c1e922ece806c162858dc587a1e92e02.tar.bz2 |
gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)
Use atexit for all multiprocessing start methods to cleanup.
See the GH-114279 PR discussion and related issue for details as to why.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-01-19-05-40-46.gh-issue-83856.jN5M80.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-01-19-05-40-46.gh-issue-83856.jN5M80.rst b/Misc/NEWS.d/next/Library/2024-01-19-05-40-46.gh-issue-83856.jN5M80.rst new file mode 100644 index 0000000..b2889f2 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-01-19-05-40-46.gh-issue-83856.jN5M80.rst @@ -0,0 +1 @@ +Honor :mod:`atexit` for all :mod:`multiprocessing` start methods |