Files
cpython/Python
Christian Heimes 422051a367 Patch #1953
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
2008-02-04 18:00:12 +00:00
..
2006-04-13 13:08:58 +00:00
2008-01-23 17:15:06 +00:00
2008-01-07 16:41:57 +00:00
2008-01-30 17:21:22 +00:00
2002-12-30 22:08:05 +00:00
2008-02-01 07:22:59 +00:00
2008-02-04 18:00:12 +00:00
2005-07-09 15:26:33 +00:00
2008-01-18 08:47:59 +00:00