[pypy-svn] r77816 - pypy/branch/jitffi/pypy/config

antocuni at codespeak.net antocuni at codespeak.net
Tue Oct 12 11:27:46 CEST 2010


Author: antocuni
Date: Tue Oct 12 11:27:43 2010
New Revision: 77816

Modified:
   pypy/branch/jitffi/pypy/config/pypyoption.py
Log:
enable _ffi by default on this branch


Modified: pypy/branch/jitffi/pypy/config/pypyoption.py
==============================================================================
--- pypy/branch/jitffi/pypy/config/pypyoption.py	(original)
+++ pypy/branch/jitffi/pypy/config/pypyoption.py	Tue Oct 12 11:27:43 2010
@@ -30,7 +30,7 @@
       "rctime" , "select", "zipimport", "_lsprof",
      "crypt", "signal", "_rawffi", "termios", "zlib",
      "struct", "md5", "sha", "bz2", "_minimal_curses", "cStringIO",
-     "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array"]
+     "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array", "_ffi"]
 ))
 
 working_oo_modules = default_modules.copy()



More information about the Pypy-commit mailing list