Hi, Thanks and sorry about the link.
The right link is http://paste.pocoo.org/show/119296/ this. What I'm trying to do there is this: In the freeze() function, I want to stop executing the current python function, and copy the (python) frame stack, and unroll the python frame stack *and* interpreter level stack frame. In the resume() function, I want to continue executing the python function copied in freeze() function and reconstruct interpreter level stack using resume_state_create() and resume_state_invoke() function. On Thu, May 28, 2009 at 12:57 PM, Armin Rigo <[email protected]> wrote: > Hi, > > On Wed, May 27, 2009 at 08:46:24PM -0700, alan yung wrote: > > I tried to use rstack's functions to reconstruct interpreter level stack > > like following.. > > > > > http://sourceforge.net/tracker/?func=browse&group_id=58965&atid=489447&status=2 > > Sorry, your e-mail is hard to understand, probably because the link > above seems to be wrong. It just points to the list of bugs for the > Supybot project. Can you fix it and also explain a bit more what you > are trying to achieve and why? Thanks! > > > A bientot, > > Armin. >
_______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
