1 2 Fork me on GitHub 6
摘要: 面试问题: ####1.python的垃圾回收机制: 主要使用引用计数(reference counting)来跟踪和回收垃圾。在引用计数的基础上,通过“标记-清除”(mark and sweep)解决容器对象可能产生的循环引用问题,通过“分代回收”(generation collection)以空 阅读全文
posted @ 2019-08-13 19:31 peng_li 阅读(227) 评论(0) 推荐(0) 编辑
1