模块循环引用

from * import * 防止冲突

python内存的管理机制

1.引用计数器

2.标记-清除

3.分代回收

原文地址:https://www.cnblogs.com/qlshao/p/7782199.html