This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
41bade96a4d1dcd35bbba79c2eabe052d02756a4
cpython
/
Lib
/
concurrent
/
futures
History
Antoine Pitrou
0b447957c7
Close the call queue in concurrent.futures.ProcessPoolExecutor when
...
shutdown() is called, without waiting for the garbage collector to kick in.
2011-07-16 23:52:02 +02:00
..
__init__.py
…
_base.py
Does not install a logging handler. Fixes issue 10626.
2010-12-28 21:14:34 +00:00
process.py
Close the call queue in concurrent.futures.ProcessPoolExecutor when
2011-07-16 23:52:02 +02:00
thread.py
Issue
#11815
: Remove dead code in concurrent.futures (since a blocking Queue
2011-04-12 17:48:46 +02:00