摘要: 引用计数器为主,标记清除和分代回收为辅,+ 缓存机制 refchain 在Python中存在一个 环状双向链表 refchain,其存储着在Python中创建的所有对象 #define PyObject_HEAD PyObject ob_base; #define PyObject_VAR_HEAD 阅读全文
posted @ 2025-03-13 11:58 stars-AI 阅读(0) 评论(0) 推荐(0)