[pypy-commit] pypy ffi-backend: Enable _cffi_backend by default.

arigo noreply at buildbot.pypy.org
Mon Aug 6 20:28:31 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: ffi-backend
Changeset: r56607:d4c6273d324a
Date: 2012-08-06 17:24 +0000
http://bitbucket.org/pypy/pypy/changeset/d4c6273d324a/

Log:	Enable _cffi_backend by default.

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -34,7 +34,7 @@
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
      "_bisect", "binascii", "_multiprocessing", '_warnings',
      "_collections", "_multibytecodec", "micronumpy", "_ffi",
-     "_continuation"]
+     "_continuation", "_cffi_backend"]
 ))
 
 translation_modules = default_modules.copy()


More information about the pypy-commit mailing list