Re: How to get existing frames in non-current thread?

2007-06-18 Thread Fabio Zadrozny
> > Thanks a lot... I guess I'll have to find another way for versions before > 2.5 ;-) The original idea came from but it uses a compiled C extension, yes. The code is really small and you should not have problems compiling it...

Re: How to get existing frames in non-current thread?

2007-06-10 Thread Gabriel Genellina
En Sun, 10 Jun 2007 09:17:21 -0300, Fabio Zadrozny <[EMAIL PROTECTED]> escribió: > On 6/10/07, Gabriel Genellina <[EMAIL PROTECTED]> wrote: >> >> En Sat, 09 Jun 2007 21:40:40 -0300, Fabio Zadrozny <[EMAIL PROTECTED]> >> escribió: >> >> > Is there some way to get all the frames for any given thre

Re: How to get existing frames in non-current thread?

2007-06-10 Thread Fabio Zadrozny
On 6/10/07, Gabriel Genellina <[EMAIL PROTECTED]> wrote: En Sat, 09 Jun 2007 21:40:40 -0300, Fabio Zadrozny <[EMAIL PROTECTED]> escribió: > Is there some way to get all the frames for any given thread? -- in a way > that does not require a compiled extension. For the current (calling) thread,

Re: How to get existing frames in non-current thread?

2007-06-09 Thread Gabriel Genellina
En Sat, 09 Jun 2007 21:40:40 -0300, Fabio Zadrozny <[EMAIL PROTECTED]> escribió: > Is there some way to get all the frames for any given thread? -- in a way > that does not require a compiled extension. For the current (calling) thread, you can use sys._getframe() For other threads, you can use

How to get existing frames in non-current thread?

2007-06-09 Thread Fabio Zadrozny
Hi, Is there some way to get all the frames for any given thread? -- in a way that does not require a compiled extension. Thanks, Fabio -- http://mail.python.org/mailman/listinfo/python-list