[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2012-12-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: Close the issue as duplicate for #16490 -- nosy: +asvetlov resolution: -> duplicate stage: test needed -> committed/rejected status: open -> closed superseder: -> "inspect.getargspec()" and "inspect.getcallargs()" don't work for builtins

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2012-12-10 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2011-05-16 Thread Daniel Urban
Changes by Daniel Urban : -- nosy: +durban ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2011-05-16 Thread Nick Coghlan
Nick Coghlan added the comment: The challenge with C functions is that this becomes *additional* metadata that somehow needs to be provided to the method and function creation process. None of our APIs are set up to accept that information (and obviously no code is set up to provide it, eithe

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2011-05-16 Thread Michael Foord
Michael Foord added the comment: Sorry, *could* fix / obsolete this issue. i.e. builtin functions / methods could support pep 362 - the reference implementation is in pure python and doesn't work for C functions. -- ___ Python tracker

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2011-05-16 Thread Michael Foord
Michael Foord added the comment: If PEP 362 is implemented it would either fix or obsolete this issue: http://www.python.org/dev/peps/pep-0362/ -- ___ Python tracker ___

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2011-05-16 Thread Michael Foord
Changes by Michael Foord : -- nosy: +michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2010-08-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2010-08-03 Thread Trundle
Changes by Trundle : -- nosy: +Trundle ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: It *is* a feature request. The signature of functions implemented in C is currently not exposed to introspection. -- nosy: +georg.brandl type: behavior -> feature request ___ Python tracker

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I think this should be treated as a bug. -- nosy: +BreamoreBoy type: feature request -> behavior versions: +Python 3.2 ___ Python tracker ___

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ _