summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-07-28 22:48:19 (GMT)
committerGitHub <noreply@github.com>2022-07-28 22:48:19 (GMT)
commit196523f32b78d49e37ffc98385364f82ac8a87b4 (patch)
treed35ca68e243930c8819641722ac75ea355a24ad0 /Misc
parent4513e4aba8c38d6a6b51060e6697b8e4ce60c8c3 (diff)
downloadcpython-196523f32b78d49e37ffc98385364f82ac8a87b4.zip
cpython-196523f32b78d49e37ffc98385364f82ac8a87b4.tar.gz
cpython-196523f32b78d49e37ffc98385364f82ac8a87b4.tar.bz2
gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-94008)
(cherry picked from commit 7df2f4d78714707cfb30d83ca99ce84ef9934892) Co-authored-by: [object Object] <lucas.wiman@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2022-06-19-18-18-22.gh-issue-86128.39DDTD.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-06-19-18-18-22.gh-issue-86128.39DDTD.rst b/Misc/NEWS.d/next/Documentation/2022-06-19-18-18-22.gh-issue-86128.39DDTD.rst
new file mode 100644
index 0000000..bab0068
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2022-06-19-18-18-22.gh-issue-86128.39DDTD.rst
@@ -0,0 +1 @@
+Document a limitation in ThreadPoolExecutor where its exit handler is executed before any handlers in atexit.