Author: Matti Picus <[email protected]>
Branch: unicode-utf8-py3
Changeset: r95029:a06c8c1ff4bf
Date: 2018-08-24 14:09 +0300
http://bitbucket.org/pypy/pypy/changeset/a06c8c1ff4bf/
Log: re-enable _cffi_backend, preload_builtins still disabled
diff --git a/pypy/module/cpyext/test/test_cpyext.py
b/pypy/module/cpyext/test/test_cpyext.py
--- a/pypy/module/cpyext/test/test_cpyext.py
+++ b/pypy/module/cpyext/test/test_cpyext.py
@@ -138,7 +138,7 @@
"""Base class for all cpyext tests."""
spaceconfig = dict(usemodules=['cpyext', 'thread', 'struct', 'array',
'itertools', 'time', 'binascii', 'mmap',
- #'_cffi_backend',
+ '_cffi_backend',
])
@classmethod
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit