[issue6483] Modules are not deallocated correctly if m_size = -1

Antoine Pitrou report at bugs.python.org
Sun Apr 25 22:54:54 CEST 2010


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

Well, in 2.x you didn't even have the choice. The dict of an extension module was always copied, becoming essentially immortal. In 3.x you can use an m_size>=0 so as to disable this behaviour.

----------
nosy: +pitrou
versions: +Python 3.2

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


More information about the Python-bugs-list mailing list