[pypy-commit] pypy py3k: remove micronumpy from the working modules

antocuni noreply at buildbot.pypy.org
Tue Aug 14 16:12:11 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: py3k
Changeset: r56727:d9a74d5a51e2
Date: 2012-08-14 13:20 +0200
http://bitbucket.org/pypy/pypy/changeset/d9a74d5a51e2/

Log:	remove micronumpy from the working modules

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -33,8 +33,8 @@
      "struct", "_hashlib", "_md5", "_minimal_curses",
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
      "_bisect", "binascii", "_multiprocessing", '_warnings',
-     "_collections", "_multibytecodec", "micronumpy", "_ffi",
-     "_continuation"]
+     "_collections", "_multibytecodec", "_ffi",
+     "_continuation"] #"micronumpy"
 ))
 
 # Here is the list of modules known to not work yet


More information about the pypy-commit mailing list