[pypy-dev] amusement

Michael Hudson mwh at python.net
Mon Dec 13 20:27:51 CET 2004


Hacking annrpython.py to just shrug and continue when processing a
block fails results (fairly quickly!  a few minutes on the ibook) in C
which compiles and imports but does this when run:

>>> entry_point_1.entry_point()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "entry_point_1.c", line 20236, in gfunc_call_args()
    OP_GETATTR(v12779, gstr_run, v12834, err0_17)
AttributeError: 'SpecialMmFrame' object has no attribute 'run'

I think we need to sort *-args out fairly soon.

Cheers,
mwh

-- 
  <glyph> "Fetch me my internet pants."
                                                -- from Twisted.Quotes




More information about the Pypy-dev mailing list