]> granicus.if.org Git - python/commit
Better resolution for issue #11849: Ensure that free()d memory arenas are really...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 26 Nov 2011 00:11:02 +0000 (01:11 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 26 Nov 2011 00:11:02 +0000 (01:11 +0100)
commitf0effe637988e936b5a6ece2da789b67723d675c
treedc6accefaa99f0bda4e6478b729ae3c24f755472
parent61ea8a0d286226ee8b773a01bb2da6b4aa03eb8d
Better resolution for issue #11849: Ensure that free()d memory arenas are really released
on POSIX systems supporting anonymous memory mappings.  Patch by Charles-François Natali.
Misc/NEWS
Objects/obmalloc.c
configure
configure.in
pyconfig.h.in