Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7cacd2eb92dad7e63a0249974617de33f4c4a0e0
/
Lib
/
concurrent
/
futures
/
process.py
66e2fb6
Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
by Ross Lagerwall
· 13 years ago
0b44795
Close the call queue in concurrent.futures.ProcessPoolExecutor when
by Antoine Pitrou
· 13 years ago
b87a56a
Fix typo in name of private function
by Antoine Pitrou
· 14 years ago
27be5da
Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
by Antoine Pitrou
· 14 years ago
c13d454
Issue #11635: Don't use polling in worker threads and processes launched by
by Antoine Pitrou
· 14 years ago
9f6d48b
Issue #10798: Reject supporting concurrent.futures if the system has
by Martin v. Löwis
· 14 years ago
fb1720b
Fix "seperate".
by Georg Brandl
· 14 years ago
81c4d36
Initial implementation of PEP 3148
by Brian Quinlan
· 14 years ago