[pypy-dev] C keywords as parameters

Anders Lehmann ALE at bang-olufsen.dk
Tue Oct 19 16:50:11 CEST 2004


I had some trouble getting /goal/translate_pypy to work for me today. 

The compiler barfed over :


struct __pyx_obj_11entry_point_W_Root__8329f0 {
  PyObject_HEAD
  PyObject *typedef;
};

The errors disapear if I insert the following
 
        pyxcode=pyxcode.replace('typedef','type_def')
 
into line 219 of translalor.py (in the function compile). 

I wont check in the change as I dont think this is the right solution.

Hope you will have a good sprint in Vilnius (I wont be able to make alas)

Anders Lehmann



More information about the Pypy-dev mailing list