python2.5 frameobject - how to upgrade?

  • Thread starter Helmut Jarausch
  • Start date
H

Helmut Jarausch

Hi,

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

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

Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
 
S

skip

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
 
H

Helmut Jarausch

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.

Yes, thanks, that fixed it,
Happy New Year to you.

A personal question: Have you converted from Perl to Python, as well?

--
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
 
H

Helmut Jarausch

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.

Yes, thanks, that fixed it,
Happy New Year to you.

A personal question: Have you converted from Perl to Python, as well?

--
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
 
S

skip

Helmut> A personal question: Have you converted from Perl to Python, as
Helmut> well?

Never really needed to. Anybody hiring me for my Perl expertise would be in
big trouble. ;-)

Skip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,222
Latest member
patricajohnson51

Latest Threads

Top