]> granicus.if.org Git - python/commit
Issue #21116: Avoid blowing memory when allocating a multiprocessing shared
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 13 Apr 2015 18:53:43 +0000 (20:53 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 13 Apr 2015 18:53:43 +0000 (20:53 +0200)
commitd5aec7ba48c395db3386172b892e334bc55e44d3
tree39c8ad485c6362a7e68615d886c36b6fc90958b3
parent4269d6db931d0a81b7d9b2705d97c48247c3448c
Issue #21116: Avoid blowing memory when allocating a multiprocessing shared
array that's larger than 50% of the available RAM.

Patch by Médéric Boquien.
Lib/multiprocessing/heap.py
Misc/ACKS
Misc/NEWS