This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-08 05:32:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
47d4947823a1294de558226f8468db7de84ca7b1
cpython
/
Lib
/
concurrent
/
futures
T
History
Duprat
933c6653cb
gh-132063: ensure that
ProcessPoolExecutor
does not swallow falsey exceptions (
#132129
)
2025-04-08 15:11:13 +00:00
..
__init__.py
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
2024-10-16 16:50:46 -06:00
_base.py
gh-132063: ensure that
ProcessPoolExecutor
does not swallow falsey exceptions (
#132129
)
2025-04-08 15:11:13 +00:00
interpreter.py
gh-125864: Propagate
pickle.loads()
failures in
InterpreterPoolExecutor
(gh-125898)
2024-10-24 10:51:45 -06:00
process.py
gh-132063: ensure that
ProcessPoolExecutor
does not swallow falsey exceptions (
#132129
)
2025-04-08 15:11:13 +00:00
thread.py
gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098)
2024-11-22 18:20:34 +02:00