摘要:
Python 2.7.6 release candidate 1 was released on October 26, 2013. This is a 2.7 series bugfix release. Most importantly, it resolvesan issuethat caused the interactive prompt to crash on OS X 10.9. It also includesnumerous bugfixesover 2.7.5.As of Python 2.7.6, the python.org Mac OS X 64-bit/32-bit 阅读全文
摘要:
善于也爱使用面向对象,即使在python领域,问题是当我遇到引用循环问题导致的内存泄漏,我感觉自己SB了一阵子,也许以下几篇文章能够解决我的问题.或者给你我一些提示.Safely using destructors in Pythonhttp://eli.thegreenplace.net/2009/06/12/safely-using-destructors-in-python/ 阅读全文