I think I found a bug in Python 2.6.4 (in the inspect module)

inhahe inhahe at gmail.com
Tue Dec 29 21:30:18 EST 2009


On Tue, Dec 29, 2009 at 6:38 PM, Irmen de Jong <irmen-NOSPAM- at xs4all.nl> wrote:
> On 29-12-2009 23:22, inhahe wrote:
>
> inspect.getargvalues is used on frames, not on regular code objects.
> Maybe you were looking for inspect.getargspec?
>

That explains it!
I knew I'd done this before, I was just looking at the wrong function name.  thx



More information about the Python-list mailing list