[pypy-svn] r75429 - pypy/branch/sys-prefix/pypy/config

antocuni at codespeak.net antocuni at codespeak.net
Wed Jun 16 18:24:30 CEST 2010


Author: antocuni
Date: Wed Jun 16 18:24:29 2010
New Revision: 75429

Modified:
   pypy/branch/sys-prefix/pypy/config/pypyoption.py
Log:
cpyext is broken on the branch. Temporarly comment it out so that I can run automated tests



Modified: pypy/branch/sys-prefix/pypy/config/pypyoption.py
==============================================================================
--- pypy/branch/sys-prefix/pypy/config/pypyoption.py	(original)
+++ pypy/branch/sys-prefix/pypy/config/pypyoption.py	Wed Jun 16 18:24:29 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"]
+     "thread", "itertools", "pyexpat", "_ssl"]#, "cpyext"]
 ))
 
 working_oo_modules = default_modules.copy()



More information about the Pypy-commit mailing list