[pypy-commit] pypy default: reenable micronumpy

fijal noreply at buildbot.pypy.org
Fri May 20 11:08:47 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r44317:4953e782118f
Date: 2011-05-20 11:18 +0200
http://bitbucket.org/pypy/pypy/changeset/4953e782118f/

Log:	reenable micronumpy

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -33,7 +33,7 @@
      "struct", "_hashlib", "_md5", "_sha", "_minimal_curses", "cStringIO",
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
      "_bisect", "binascii", "_multiprocessing", '_warnings',
-     "_collections", "_multibytecodec"]
+     "_collections", "_multibytecodec", "micronumpy"]
 ))
 
 translation_modules = default_modules.copy()


More information about the pypy-commit mailing list