Python 的内存管理架构(Objects/obmalloc.c): 复制代码 代码如下: _____ ______ ______ ________ [ int ] [ dict ] [ list ] ... [ string ] Python core | +3 | <—– Object-specific memory —–> | <– Non-object memory –> | _______________________________ |