cpython/Lib/multiprocessing
Serhiy Storchaka 7e7a3dba5f Issue #23865: close() methods in multiple modules now are idempotent and more
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
2015-04-10 13:24:41 +03:00
..
dummy Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. 2014-07-22 11:09:36 +03:00
__init__.py
connection.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:41 +03:00
context.py
forkserver.py
heap.py
managers.py
pool.py Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now 2015-03-13 08:25:26 +02:00
popen_fork.py
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py
process.py
queues.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:41 +03:00
reduction.py
resource_sharer.py
semaphore_tracker.py
sharedctypes.py
spawn.py Issue #20990: Correction for 619331c67638. 2014-03-23 18:44:11 +00:00
synchronize.py
util.py