[pypy-commit] pypy unicode-utf8-py3: re-enable _cffi_backend, preload_builtins still disabled

mattip pypy.commits at gmail.com
Fri Aug 24 07:10:20 EDT 2018


Author: Matti Picus <matti.picus at gmail.com>
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


More information about the pypy-commit mailing list