]> granicus.if.org Git - python/commit
Issue #11849: Make it more likely for the system allocator to release
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 3 May 2011 16:18:59 +0000 (18:18 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 3 May 2011 16:18:59 +0000 (18:18 +0200)
commit6f26be09e0f88edc7b2cdb4d6695c79dd6105a28
treef2d201cfd0bfa7dbfae209718f5b536a5f81f306
parentf44ce8748d4dcae7a359b147e5944acb4ed94638
Issue #11849: Make it more likely for the system allocator to release
free()d memory arenas on glibc-based systems.  Patch by Charles-François
Natali.
Misc/NEWS
Objects/obmalloc.c
configure
configure.in
pyconfig.h.in