cpython/Lib/multiprocessing
tzickel 4a7dd30f58 [2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-9686)
Fix a reference issue inside multiprocessing.Pool that caused the pool to remain alive if it was deleted without being closed or terminated explicitly.
2018-10-03 13:50:04 +02:00
..
dummy Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. 2014-07-22 11:11:01 +03:00
__init__.py Remove duplication. 2011-10-19 10:39:35 +03:00
connection.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:10 +03:00
forking.py bpo-26434: Fix multiprocessing grandchilds in a Windows service (GH-1167) 2017-05-18 19:40:16 -05:00
heap.py Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by 2011-07-02 13:56:19 +02:00
managers.py [2.7] bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113). (GH-9500) 2018-09-22 21:34:16 +03:00
pool.py [2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-9686) 2018-10-03 13:50:04 +02:00
process.py bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882) 2017-07-26 17:54:42 +02:00
queues.py [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883) 2017-07-26 17:52:36 +02:00
reduction.py Merged revisions 87225 via svnmerge from 2010-12-14 01:42:40 +00:00
sharedctypes.py Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in 2015-02-13 15:08:36 +02:00
synchronize.py - Fix typos in the multiprocessing module. 2013-05-15 16:54:16 +02:00
util.py [2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168) 2017-06-13 17:52:29 +02:00