cpython/Lib/multiprocessing
Miss Islington (bot) 97f998a4df bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676)
Fix a reference issue inside multiprocessing.Pool that caused the pool to remain alive if it was deleted without being closed or terminated explicitly.
(cherry picked from commit 97bfe8d3eb)

Co-authored-by: tzickel <tzickel@users.noreply.github.com>
2018-10-02 23:17:04 +02:00
..
dummy
__init__.py
connection.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
context.py
forkserver.py
heap.py
managers.py bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) 2018-09-17 05:10:56 -07:00
pool.py bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676) 2018-10-02 23:17:04 +02:00
popen_fork.py
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963) 2018-06-27 15:17:34 +02:00
process.py
queues.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
reduction.py bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPACE (GH-9613) (GH-9619) 2018-09-28 06:07:56 -07:00
resource_sharer.py
semaphore_tracker.py
sharedctypes.py
spawn.py Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963) 2018-06-27 15:17:34 +02:00
synchronize.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
util.py