[pypy-dev] translation error in a fresh checkout

Armin Rigo arigo at tunes.org
Sat Jan 27 11:51:01 CET 2007


Hi Alexandre,

On Sat, Jan 27, 2007 at 10:08:38AM +0100, Alexandre Fayolle wrote:
> -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> "global name 'HMASK' is not defined"
> Happened at file /home/alf/dev/pypy/dist/pypy/lib/_classobj.py line 21
> 
>             v += HMASK

Oups!  Sorry.  Fixed in:

------------------------------------------------------------------------
r37422 | arigo | 2007-01-27 11:49:11 +0100 (Sat, 27 Jan 2007) | 5 lines
Changed paths:
   M /pypy/dist/pypy/annotation/test/test_annrpython.py
   M /pypy/dist/pypy/objspace/flow/objspace.py

- fix flow space crash when geninterp'ing: globals containing
  constants of type long have got very confused because of r37394.
- add a test that shows why r37394 was introduced in the first place.
- don't each the traceback in an except:reraise.


--

Armin



More information about the Pypy-dev mailing list