Hi,

I'm totally happy about the C++ support, even without using C++ ;)

I just added the following to the list of builtin functions:

     ('exec',       "OOO",  "O",     "__Pyx_PyRun"),
     ('exec',       "OO",   "O",     "__Pyx_PyRun2"),
     ...
     ('iter',       "OO",   "O",     "PyCallIter_New"),
     ('iter',       "O",    "O",     "PyObject_GetIter"),

then applied a tiny opener in Symtab.py, and it just worked!

Thank you for that, this will make so many things easier.

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to