summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/int.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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/+122