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-12 15:39:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
269b3ce40065afa3328953ec42657184da22f96b
cpython
/
Lib
/
multiprocessing
T
History
Giampaolo Rodola'
5051ca887c
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
2012-12-31 17:38:17 +01:00
..
dummy
…
__init__.py
…
connection.py
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
2012-12-31 17:38:17 +01:00
forking.py
Issue
#16481
: multiprocessing no longer leaks process handles on Windows.
2012-11-15 18:16:35 +00:00
heap.py
…
managers.py
…
pool.py
#16307
: Fix multiprocessing.Pool.map_async not calling its callbacks
2012-10-27 12:53:02 +02:00
process.py
…
queues.py
…
reduction.py
Issue
#14669
: Fix pickling of connections and sockets on MacOSX
2012-08-16 16:48:55 +01:00
sharedctypes.py
…
synchronize.py
…
util.py
Issue
#16714
: use 'raise' exceptions, don't 'throw'.
2012-12-18 21:26:36 +02:00