Terry J. Reedy <tjre...@udel.edu> added the comment:

Stephen D'Aprano just asked on Python list how to get signatures of builtins, 
noting that calling inspect.getargspec on a Python-coded subclass of a builtin 
class raises an exception. So we need another testcase, verify the behavior, 
and probably add try-except around the inspect call. (Perhaps inspect.py should 
be revised to not leak an exception when given the advertised acceptible input, 
but that is another issue.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12510>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to