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-19 19:03:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
18e63fbe64dc0c8dfd2b04bae1687f68c8d780bb
cpython
/
Lib
/
multiprocessing
T
History
Florent Xicluna
d034b32f57
On finalize, don't try to join not started process.
2010-03-08 11:01:39 +00:00
..
dummy
…
__init__.py
Issue
#6963
: Added maxtasksperchild argument to multiprocessing.Pool
2010-01-27 03:05:57 +00:00
connection.py
Issue
#7318
: multiprocessing now uses a timeout when it fails to establish
2009-11-13 22:31:18 +00:00
forking.py
Backport the Popen.poll() protection from subprocess to multiprocessing. See
#1731717
.
2010-03-07 23:49:03 +00:00
heap.py
…
managers.py
…
pool.py
On finalize, don't try to join not started process.
2010-03-08 11:01:39 +00:00
process.py
#7805
: wait until all workers are started before collecting their PIDs
2010-03-04 15:58:54 +00:00
queues.py
revert unintended change to multiprocessing/queues.py
2009-11-21 14:06:24 +00:00
reduction.py
…
sharedctypes.py
…
synchronize.py
…
util.py
…