This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Roy.Fox, ned.deily, python-dev, roger.serwy, terry.reedy
Date 2012-06-05.09:40:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338889257.66.0.361240046247.issue12510@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2012-06-05 09:40:57terry.reedysetrecipients: + terry.reedy, ned.deily, roger.serwy, python-dev, Roy.Fox
2012-06-05 09:40:57terry.reedysetmessageid: <1338889257.66.0.361240046247.issue12510@psf.upfronthosting.co.za>
2012-06-05 09:40:57terry.reedylinkissue12510 messages
2012-06-05 09:40:56terry.reedycreate