[pypy-commit] pypy stmgc-c4: disable micronumpy (delay debugging this issue)

Raemi noreply at buildbot.pypy.org
Thu Nov 7 12:08:37 CET 2013


Author: Remi Meier <remi.meier at gmail.com>
Branch: stmgc-c4
Changeset: r67872:28e078327c8f
Date: 2013-11-07 11:55 +0100
http://bitbucket.org/pypy/pypy/changeset/28e078327c8f/

Log:	disable micronumpy (delay debugging this issue)

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -34,8 +34,9 @@
      "struct", "_hashlib", "_md5", "_sha", "_minimal_curses", "cStringIO",
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
      "binascii", "_multiprocessing", '_warnings',
-     "_collections", "_multibytecodec", "micronumpy", "_ffi",
+     "_collections", "_multibytecodec", "_ffi",
      "_continuation", "_cffi_backend", "_csv", "cppyy", "_pypyjson"]
+    # stm disabled "micronumpy", caused translation problems once..
 ))
 
 translation_modules = default_modules.copy()


More information about the pypy-commit mailing list