<h2>回复内容:</h2> 题主需要来本《Python源码剖析》<i class="icon-external"></i><br>里面的讲解保证让题主满意。<br><br>从最表面看,Python(CPython)所实现的自动内存管理是简单的引用计数为主 + 标记-清除作为备份。<br>在这之下,CPython内部还有几层内存管理器。 楼主很没诚意,至少先利用一下google再来问问题吧?退而求其次你也先问问百度啊!<br><br><noscript><img src="https://pic2.zhimg.com/b9cdbef000d454d8103cd5441f3ccbb5_b.jpg" data-raw style="max-width:90%" data-raw style="max-width:90%" class="origin_image zh-lightbox-thumb" width="1246" data-original="https://pic2.zhimg.com/b9cdbef000d454d8103cd5441f3ccbb5_r.jpg" alt="python的内存管理机制是什么?" ></noscript> <img src="//zhstatic.zhihu.com/assets/zhihu/ztext/whitedot.jpg" data-raw style="max-width:90%" data-raw style="max-width:90%" class="origin_image zh-lightbox-thumb lazy" width="1246" data-original="https://pic2.zhimg.com/b9cdbef000d454d8103cd5441f3ccbb5_r.jpg" data-actualsrc="https://pic2.zhimg.com/b9cdbef000d454d8103cd5441f3ccbb5_b.jpg" alt="python的内存管理机制是什么?" ><noscript><img src="https://pic4.zhimg.com/acf6e4cf1779ee4d8c409becaec63367_b.jpg" data-raw style="max-width:90%" data-raw style="max-width:90%" class="origin_image zh-lightbox-thumb" width="1282" data-original="https://pic4.zhimg.com/acf6e4cf1779ee4d8c409becaec63367_r.jpg" alt="python的内存管理机制是什么?" ></noscript> <img src="//zhstatic.zhihu.com/assets/zhihu/ztext/whitedot.jpg" data-raw style="max-width:90%" data-raw style="max-width:90%" class="origin_image zh-lightbox-thumb lazy" width="1282" data-original="https://pic4.zhimg.com/acf6e4cf1779ee4d8c409becaec63367_r.jpg" data-actualsrc="https://pic4.zhimg.com/acf6e4cf1779ee4d8c409becaec63367_b.jpg" alt="python的内存管理机制是什么?" > 题主啊,多看看书吧,书上都有写的,我看过一本《Python核心编程》里是有的。<br>让我说,三个字:计数器。 引用计数