[issue16608] immutable subclass constructor call error does not show subclass name

David W. Lambert report at bugs.python.org
Tue Dec 4 20:42:27 CET 2012


David W. Lambert added the comment:

The apparent problem was that the constructing str with __init__ failed.  I now recall that immutables take initial values in the __new__ method.  Sorry!  Otherwise, it was quite thoughtful for you to search for a problem.  Dave.

----------

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


More information about the Python-bugs-list mailing list