Message162335
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.) | |
| Date | User | Action | Args | | 2012-06-05 09:40:57 | terry.reedy | set | recipients: + terry.reedy, ned.deily, roger.serwy, python-dev, Roy.Fox | | 2012-06-05 09:40:57 | terry.reedy | set | messageid: <1338889257.66.0.361240046247.issue12510@psf.upfronthosting.co.za> | | 2012-06-05 09:40:57 | terry.reedy | link | issue12510 messages | | 2012-06-05 09:40:56 | terry.reedy | create | | |