python2.5 frameobject - how to upgrade?

skip at pobox.com skip at pobox.com
Tue Jan 2 09:54:54 EST 2007


    Helmut> I'd like to install a package ('rekall') which uses
    Helmut> frame->f_nlocals which is no longer contained in frameobject.h.

    Helmut> What's the recommended way to upgrade such an application?

I suspect PySequence_Length(frame->f_locals) will do the trick.

Skip



More information about the Python-list mailing list