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

Nick Coghlan report at bugs.python.org
Fri Jan 24 15:00:30 CET 2014


Nick Coghlan added the comment:

There are probably still ways to do it, but we don't *support* doing it (and I'm pretty sure we've fixed them all in the builtins and stdlib).

However, yes, that's another good reason to be conservative in only doing the split into signature+doc at attribute lookup time.

----------

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


More information about the Python-bugs-list mailing list