Author: Ronan Lamy <[email protected]>
Branch: py3.5
Changeset: r93118:382fb81ffff8
Date: 2017-11-21 19:42 +0000
http://bitbucket.org/pypy/pypy/changeset/382fb81ffff8/
Log: Force recompilation of _testcapimodule.c (due to ecfbd8f62994)
diff --git a/lib_pypy/_pypy_testcapi.py b/lib_pypy/_pypy_testcapi.py
--- a/lib_pypy/_pypy_testcapi.py
+++ b/lib_pypy/_pypy_testcapi.py
@@ -8,7 +8,8 @@
content = fid.read()
# from cffi's Verifier()
key = '\x00'.join([sys.version[:3], content])
- key += 'cpyext-gc-support-2' # this branch requires recompilation!
+ # change the key to force recompilation
+ key += '2017-11-21'
if sys.version_info >= (3,):
key = key.encode('utf-8')
k1 = hex(binascii.crc32(key[0::2]) & 0xffffffff)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit