summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/float.rst
Commit message (Collapse)AuthorAgeFilesLines
* Dont put "void" in signature for nullary functions.Georg Brandl2009-07-241-3/+3
|
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-061-4/+3
| | | | | freelists. Changes their CompactFreeList apis into ClearFreeList apis and calls them via gc.collect().
* Patch #1953Christian Heimes2008-02-041-0/+9
| | | | | I implemented the function sys._compact_freelists() and C API functions PyInt_/PyFloat_CompactFreeList() to compact the pre-allocated blocks of ints and floats. They allow the user to reduce the memory usage of a Python process that deals with lots of numbers. The patch also renames sys._cleartypecache to sys._clear_type_cache
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+86