cpython/Lib/multiprocessing
Serhiy Storchaka 1aa2c0f073 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:10 +03:00
..
dummy Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. 2014-07-22 11:11:01 +03:00
__init__.py
connection.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:10 +03:00
forking.py
heap.py
managers.py
pool.py Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now 2015-03-13 08:31:34 +02:00
process.py
queues.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:10 +03:00
reduction.py
sharedctypes.py Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in 2015-02-13 15:08:36 +02:00
synchronize.py
util.py Issue #14548: Make multiprocessing finalizers check pid before 2014-01-23 00:11:04 +00:00