This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-concurrent.futures
Code
Issues
Proposed changes
Files
a62bca6299df56e6bc7fbd48d387d7281943de59
deb-python-concurrent.futures
/
python3
History
brian.quinlan
a62bca6299
Update the version number and use different targets for python 2.x and 3.x
2009-10-25 09:02:47 +00:00
..
futures
Improved ProcessPoolExecutor module documentation. Ensure that inactive threads are periodically collected rather than leaking.
2009-10-25 03:48:12 +00:00
crawl.py
Fixes two bugs: the _result function could exit if there is work still in progress and a deadlock can occur on Mac OS X.
2009-10-23 06:36:16 +00:00
moprocessmoproblems.py
Fixes two bugs: the _result function could exit if there is work still in progress and a deadlock can occur on Mac OS X.
2009-10-23 06:36:16 +00:00
primes.py
Fixes two bugs: the _result function could exit if there is work still in progress and a deadlock can occur on Mac OS X.
2009-10-23 06:36:16 +00:00
setup.py
Update the version number and use different targets for python 2.x and 3.x
2009-10-25 09:02:47 +00:00
test_futures.py
Fixes two bugs: the _result function could exit if there is work still in progress and a deadlock can occur on Mac OS X.
2009-10-23 06:36:16 +00:00