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 hawkerm
Recipients
Date 2007-07-04.21:22:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi, I'm new here, but I'm running into a little trouble with complex introspection techniques.

I'm using Windows XP SP2 on an AMD64 chip.

Tying to do some introspection on base types provides little information about the function as getargspec will not accept the slot wrapper or a built-in function as an argument (see attached interpreter trace).

i.e. when trying to analyze functions such as list.remove, list.__getitem__, len, etc...

This seems like abnormal behavior as it seems contrary as these are methods and functions, and the help function (while only providing the doc string) still provides information about the function, only in a different harder to parse format.

Do I need to make a stronger argument?  It would be very useful for the work I'm doing.

Attached is a trace of various scenarios involving this issue and how it seems contrary to the expected behavior.
History
Date User Action Args
2007-08-23 14:58:21adminlinkissue1748064 messages
2007-08-23 14:58:21admincreate