[pypy-commit] cffi cffi-1.0: change the pypy exported version number

arigo noreply at buildbot.pypy.org
Sun May 10 09:02:12 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: cffi-1.0
Changeset: r1956:9bc5603d0e59
Date: 2015-05-10 09:01 +0200
http://bitbucket.org/cffi/cffi/changeset/9bc5603d0e59/

Log:	change the pypy exported version number

diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py
--- a/_cffi1/recompiler.py
+++ b/_cffi1/recompiler.py
@@ -233,7 +233,7 @@
         prnt('PyMODINIT_FUNC')
         prnt('_cffi_pypyinit_%s(const void *p[])' % (base_module_name,))
         prnt('{')
-        prnt('    p[0] = (const void *)0x10000f0;')
+        prnt('    p[0] = (const void *)0x2600;')
         prnt('    p[1] = &_cffi_type_context;')
         prnt('}')
         prnt('#elif PY_MAJOR_VERSION >= 3')


More information about the pypy-commit mailing list