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

fijal at codespeak.net fijal at codespeak.net
Fri Apr 2 03:07:46 CEST 2010


Author: fijal
Date: Fri Apr  2 03:07:45 2010
New Revision: 73276

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/api.py
Log:
This is needed, but this hack is ugly. I'll kill it once I find something better


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	Fri Apr  2 03:07:45 2010
@@ -454,6 +454,8 @@
             ll2ctypes.lltype2ctypes(func.get_llhelper(space)),
             ctypes.c_void_p)
 
+    setup_va_functions(eci)
+
     return modulename.new(ext='')
 
 def generate_macros(export_symbols, rename=True, do_deref=True):



More information about the Pypy-commit mailing list