]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue #2862: Make int and float freelist management consistent with other
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 6 Jul 2008 03:35:58 +0000 (03:35 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 6 Jul 2008 03:35:58 +0000 (03:35 +0000)
commit2fe77060eb2b322da925b50ffe3c471258736cee
tree0966f7b98ec52c58f6c58cf42ec75237c72dda0b
parent17f2e4acb963268fe8b3c4e822f33d9372460607
- Issue #2862: Make int and float freelist management consistent with other
  freelists.  Changes their CompactFreeList apis into ClearFreeList apis and
  calls them via gc.collect().
Doc/c-api/float.rst
Doc/c-api/int.rst
Doc/library/gc.rst
Doc/library/sys.rst
Include/floatobject.h
Include/intobject.h
Misc/NEWS
Modules/gcmodule.c
Objects/floatobject.c
Objects/intobject.c
Python/sysmodule.c