Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6483>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to