[pypy-commit] pypy remove-dict-smm: hg merge default

Manuel Jacob noreply at buildbot.pypy.org
Tue May 14 23:45:54 CEST 2013


Author: Manuel Jacob
Branch: remove-dict-smm
Changeset: r64107:7bc9f833a790
Date: 2013-05-14 23:40 +0200
http://bitbucket.org/pypy/pypy/changeset/7bc9f833a790/

Log:	hg merge default

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -32,10 +32,11 @@
      "rctime" , "select", "zipimport", "_lsprof",
      "crypt", "signal", "_rawffi", "termios", "zlib", "bz2",
      "struct", "_hashlib", "_md5", "_sha", "_minimal_curses", "cStringIO",
-     "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
+     "thread", "itertools", "pyexpat", "_ssl", "array",
      "binascii", "_multiprocessing", '_warnings',
      "_collections", "_multibytecodec", "micronumpy", "_ffi",
-     "_continuation", "_cffi_backend", "_csv", "cppyy"]
+     "_continuation", "_cffi_backend", "_csv"] # "cpyext", "cppyy"]
+# disabled until problems are fixed
 ))
 
 translation_modules = default_modules.copy()


More information about the pypy-commit mailing list