[issue9659] frozenset, when subclassed will yield warning upon call to super(...).__init__(iterable)

Benjamin Peterson report at bugs.python.org
Sun Aug 22 17:34:31 CEST 2010


Benjamin Peterson <benjamin at python.org> added the comment:

This is correct. immutable types should use __new__, not __init__.

----------
nosy: +benjamin.peterson
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list