[issue10068] global objects created in some module are not destroyed when last reference to that module is released

Antoine Pitrou report at bugs.python.org
Tue Oct 12 14:19:04 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Probably issue7140, which will disable clearing of the module dict if it's caught in a reference cycle (which it is here, since A.__init__ and A.__del__ will reference it as their globals dict).

----------
nosy: +benjamin.peterson, pitrou

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


More information about the Python-bugs-list mailing list