commit | e4679cd644aa19f9d9df9beb1326625cf2b02c15 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <pitrou@free.fr> | Mon Apr 09 17:37:55 2018 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 09 17:37:55 2018 +0200 |
tree | 4b6934e851dd7077d294d209ad90802f0695de63 | |
parent | 2ef65f346a5e829a886c075f519e3a49a2ebbde7 [diff] |
bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827) Large shared arrays allocated using multiprocessing would remain allocated until the process ends.