[issue1545463] New-style classes fail to cleanup attributes

Antoine Pitrou report at bugs.python.org
Sat May 4 21:45:33 CEST 2013


Antoine Pitrou added the comment:

Here is a patch adding a call to gc.collect() after cleaning up most modules, with tests.

----------
keywords: +patch
nosy: +ncoghlan
stage: commit review -> patch review
type: resource usage -> enhancement
versions: +Python 3.4 -Python 3.2
Added file: http://bugs.python.org/file30126/gcshutdown.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1545463>
_______________________________________


More information about the Python-bugs-list mailing list