[issue20189] inspect.Signature doesn't recognize all builtin types

Nick Coghlan report at bugs.python.org
Fri Jan 24 11:30:42 CET 2014


Nick Coghlan added the comment:

Note that tp_new is a static method, not a class method (the type creation
machinery takes care of passing in the right class rather than the
descriptor machinery)

----------

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


More information about the Python-bugs-list mailing list