[pypy-svn] r74894 - pypy/release/1.2.1.x/pypy/config

fijal at codespeak.net fijal at codespeak.net
Sat May 29 20:48:18 CEST 2010


Author: fijal
Date: Sat May 29 20:48:16 2010
New Revision: 74894

Modified:
   pypy/release/1.2.1.x/pypy/config/pypyoption.py
Log:
Disable cpyext for the release


Modified: pypy/release/1.2.1.x/pypy/config/pypyoption.py
==============================================================================
--- pypy/release/1.2.1.x/pypy/config/pypyoption.py	(original)
+++ pypy/release/1.2.1.x/pypy/config/pypyoption.py	Sat May 29 20:48:16 2010
@@ -29,7 +29,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"] disabled for release
 ))
 
 working_oo_modules = default_modules.copy()



More information about the Pypy-commit mailing list