[pypy-svn] r76581 - pypy/trunk/pypy/config

fijal at codespeak.net fijal at codespeak.net
Wed Aug 11 09:55:00 CEST 2010


Author: fijal
Date: Wed Aug 11 09:54:58 2010
New Revision: 76581

Modified:
   pypy/trunk/pypy/config/pypyoption.py
Log:
Kill array from allworkingmodules. In theory this should fix everything for now
(fix tests first on interplevel array branch)


Modified: pypy/trunk/pypy/config/pypyoption.py
==============================================================================
--- pypy/trunk/pypy/config/pypyoption.py	(original)
+++ pypy/trunk/pypy/config/pypyoption.py	Wed Aug 11 09:54:58 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"]
 ))
 
 working_oo_modules = default_modules.copy()



More information about the Pypy-commit mailing list