[issue20308] inspect.Signature doesn't support user classes without __init__ or __new__

Larry Hastings report at bugs.python.org
Sun Jan 19 23:57:51 CET 2014


Larry Hastings added the comment:

If we need a special case for user classes without __new__ or __init__, then do that.  But I wouldn't say we should special case object.__new__ and object.__init__.

----------

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


More information about the Python-bugs-list mailing list