]> granicus.if.org Git - python/commit
Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocated...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 17 Dec 2012 22:05:59 +0000 (23:05 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 17 Dec 2012 22:05:59 +0000 (23:05 +0100)
commit928405303dfdb740e5b40815a0cfdb2da92f768d
tree1770f5a48cd9751873ecaba8d73981b19e094b57
parent3438fa496db50ef3cafcfdb3243f2f769bc12ebe
Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation.
Doc/library/sys.rst
Lib/test/test_sys.py
Objects/obmalloc.c