[issue19888] possible memory corruption caused by for-loop iteration over namespace.items() in a metaclass defining __new__

Zygmunt Krynicki report at bugs.python.org
Wed Dec 4 23:22:25 CET 2013


Zygmunt Krynicki added the comment:

This is not a bug, name spills out of for ... loop and then gets passed to __new__

----------

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


More information about the Python-bugs-list mailing list