Re: [Python-Dev] Bug in inspect module

2007-03-21 Thread Ewan Mellor
On Sat, Mar 17, 2007 at 08:09:06PM -0500, Collin Winter wrote: > On 3/17/07, Ewan Mellor <[EMAIL PROTECTED]> wrote: > >I have a problem being reported (by Xen users) where inspect.stack() is > >throwing IndexError. I think that this is a bug in inspect.py -- > >findsource > >generally throws IOE

Re: [Python-Dev] Bug in inspect module

2007-03-17 Thread Collin Winter
On 3/17/07, Ewan Mellor <[EMAIL PROTECTED]> wrote: > I have a problem being reported (by Xen users) where inspect.stack() is > throwing IndexError. I think that this is a bug in inspect.py -- findsource > generally throws IOError when it can't find a particular source file, but in > the case where

[Python-Dev] Bug in inspect module

2007-03-17 Thread Ewan Mellor
All, I have a problem being reported (by Xen users) where inspect.stack() is throwing IndexError. I think that this is a bug in inspect.py -- findsource generally throws IOError when it can't find a particular source file, but in the case where it finds a source file, but that file is shorter tha