2012/4/3 Maciej Fijalkowski <[email protected]>: > Isn't Py_Initialize clashing name with stuff exported from cpyext? Can > it be named PyPy_Initialize or something?
cpyext does not provide Py_Initialize() yet. This patch should use more RPython code, and probably be moved to cpyext. -- Amaury Forgeot d'Arc _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
