[pypy-svn] r73458 - pypy/branch/cpython-extension/pypy/module/cpyext

xoraxax at codespeak.net xoraxax at codespeak.net
Tue Apr 6 16:57:07 CEST 2010


Author: xoraxax
Date: Tue Apr  6 16:57:05 2010
New Revision: 73458

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/api.py
Log:
Also declare PyErr_Format.

Modified: pypy/branch/cpython-extension/pypy/module/cpyext/api.py
==============================================================================
--- pypy/branch/cpython-extension/pypy/module/cpyext/api.py	(original)
+++ pypy/branch/cpython-extension/pypy/module/cpyext/api.py	Tue Apr  6 16:57:05 2010
@@ -224,7 +224,7 @@
     'Py_FatalError', 'PyOS_snprintf', 'PyOS_vsnprintf', 'PyArg_Parse',
     'PyArg_ParseTuple', 'PyArg_UnpackTuple', 'PyArg_ParseTupleAndKeywords',
     'PyString_FromFormatV', 'PyModule_AddObject', 'Py_BuildValue',
-    'PyTuple_Pack',
+    'PyTuple_Pack', 'PyErr_Format',
 ]
 TYPES = {}
 GLOBALS = { # this needs to include all prebuilt pto, otherwise segfaults occur



More information about the Pypy-commit mailing list