]> granicus.if.org Git - python/commit
bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827)
authorAntoine Pitrou <pitrou@free.fr>
Mon, 9 Apr 2018 15:37:55 +0000 (17:37 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Apr 2018 15:37:55 +0000 (17:37 +0200)
commite4679cd644aa19f9d9df9beb1326625cf2b02c15
tree4b6934e851dd7077d294d209ad90802f0695de63
parent2ef65f346a5e829a886c075f519e3a49a2ebbde7
bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827)

Large shared arrays allocated using multiprocessing would remain allocated
until the process ends.
Lib/multiprocessing/heap.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2018-02-23-12-21-41.bpo-32759.M-y9GA.rst [new file with mode: 0644]