8000 gh-86128: Add warning to ThreadPoolExecutor docs by lucaswiman · Pull Request #94008 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-86128: Add warning to ThreadPoolExecutor docs #94008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored and lucaswiman committed Jun 19, 2022
commit 2bde13231a435eddb9ceb0a12753b4a2db39cb6e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document a limitation in ThreadPoolExecutor where its exit handler is executed before any handlers in atexit.
0