[pypy-dev] Re: [pypy-svn] r8078 - pypy/trunk/src/pypy/interpreter

Armin Rigo arigo at tunes.org
Fri Jan 7 20:10:29 CET 2005


Hi Holger,

On Fri, Jan 07, 2005 at 07:40:09PM +0100, holger krekel wrote:
> you'll now see (approximately): 
>    NameError: global name w_NameError is not defined, but FlowObjSpace 
>               has no NameError! 

No, the point is that you'll now see:

     NameError: global name xyzzy is not defined, but FlowObjSpace
                has no NameError!

where 'xyzzy' is the name of the particular variable in the user source code 
that is not defined.


Armin



More information about the Pypy-dev mailing list