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-06-15 15:40:33 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d3b2aefbfe69df40dc2f0adf31a188fbbdcc5923
cpython
/
Lib
/
multiprocessing
T
History
Antoine Pitrou
fb96089b13
Fix test_multiprocessing failure under Windows.
...
(followup to dfaa3a149a92)
2011-07-20 02:01:39 +02:00
..
dummy
…
__init__.py
Merge with 3.1
2011-03-16 09:43:06 -04:00
connection.py
Add comment
2011-07-09 01:03:46 +02:00
forking.py
Issue
#9205
: concurrent.futures.ProcessPoolExecutor now detects killed
2011-06-08 17:21:55 +02:00
heap.py
Issue
#12352
: Fix a deadlock in multiprocessing.Heap when a block is freed by
2011-07-02 14:35:49 +02:00
managers.py
…
pool.py
Issue
#12285
: multiprocessing.Pool() raises a ValueError if the number of
2011-06-20 17:53:35 +02:00
process.py
Issue
#12573
: Add resource checks for dangling Thread and Process objects.
2011-07-15 22:15:38 +02:00
queues.py
Fix test_multiprocessing failure under Windows.
2011-07-20 02:01:39 +02:00
reduction.py
Issue
#11743
: Rewrite multiprocessing connection classes in pure Python.
2011-05-09 17:04:27 +02:00
sharedctypes.py
Issue
#11675
: Zero-out newly-created multiprocessing.[Raw]Array objects.
2011-03-26 10:19:03 +00:00
synchronize.py
…
util.py
Rebind locally the globals which can be looked up at shutdown
2011-07-09 01:03:00 +02:00