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

Yury Selivanov report at bugs.python.org
Mon Jan 20 00:58:00 CET 2014


Yury Selivanov added the comment:

Attached is a stripped down patch that special-cases classes without __init__/__new__. Not metaclasses, for that we can start a new issue.

----------
Added file: http://bugs.python.org/file33557/signature_plain_cls_02.patch

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


More information about the Python-bugs-list mailing list