• Christian Heimes's avatar
    Patch #1953 · 422051a3
    Christian Heimes yazdı
    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
    422051a3
floatobject.h 4.47 KB