[issue3135] inspect.getcallargs()

Benjamin Peterson report at bugs.python.org
Tue Mar 30 19:59:45 CEST 2010


Benjamin Peterson <benjamin at python.org> added the comment:

Applied in r79500. Note I removed the error checking that a bound method received an instance of the class as the first argument because that error checking is a function of the calling of the function, not the binding of the arguments.

----------
resolution:  -> accepted
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3135>
_______________________________________


More information about the Python-bugs-list mailing list