Author: Amaury Forgeot d'Arc <amaur...@gmail.com>
Branch: py3k
Changeset: r61504:dd4c44e4c8fc
Date: 2013-02-20 23:18 +0100
http://bitbucket.org/pypy/pypy/changeset/dd4c44e4c8fc/

Log:    Enable _cffi_backend module.

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -35,7 +35,7 @@
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
      "_bisect", "binascii", "_multiprocessing", '_warnings',
      "_collections", "_multibytecodec", "_ffi",
-     "_continuation", "_csv", # "micronumpy", "_cffi_backend",
+     "_continuation", "_csv", "_cffi_backend", # "micronumpy",
      "_posixsubprocess",
      ]
 ))
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to