Author: Armin Rigo <[email protected]>
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')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit