Author: Armin Rigo <[email protected]>
Branch: cpyext-gc-support-2
Changeset: r82314:3613837f04a5
Date: 2016-02-17 21:17 +0100
http://bitbucket.org/pypy/pypy/changeset/3613837f04a5/
Log: Change the ".pypy-26.so" to ".pypy-41.so". This will require
recompilation also of cffi modules, but unless someone has got a
good idea, I think it's the least damaging solution.
diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py
--- a/pypy/module/imp/importing.py
+++ b/pypy/module/imp/importing.py
@@ -38,7 +38,7 @@
# and cffi so's. If we do have to update it, we'd likely need a way to
# split the two usages again.
#DEFAULT_SOABI = 'pypy-%d%d' % PYPY_VERSION[:2]
-DEFAULT_SOABI = 'pypy-26'
+DEFAULT_SOABI = 'pypy-41'
@specialize.memo()
def get_so_extension(space):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit