Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r64106:93c7444c99d9 Date: 2013-05-14 23:30 +0200 http://bitbucket.org/pypy/pypy/changeset/93c7444c99d9/
Log: disable cpyext until annotation is fixed 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() _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit