Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r68406:3680c352658b
Date: 2013-12-09 17:19 -0800
http://bitbucket.org/pypy/pypy/changeset/3680c352658b/

Log:    fix breakage from the previous merge commit

diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
@@ -693,6 +693,7 @@
     else:
         prefix = 'cpyexttest'
     init_pycobject = rffi.llexternal('_%s_init_pycobject' % prefix, [], 
lltype.Void,
+                                     compilation_info=eci, _nowrapper=True)
     init_capsule = rffi.llexternal('_%s_init_capsule' % prefix, [], 
lltype.Void,
                                    compilation_info=eci, _nowrapper=True)
     INIT_FUNCTIONS.extend([
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to