[pypy-commit] pypy reverse-debugger: Disable micronumpy as well, for now

arigo pypy.commits at gmail.com
Fri Sep 9 05:01:59 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: reverse-debugger
Changeset: r86970:dcba9f2816ab
Date: 2016-09-09 11:01 +0200
http://bitbucket.org/pypy/pypy/changeset/dcba9f2816ab/

Log:	Disable micronumpy as well, for now

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -57,6 +57,7 @@
 
 reverse_debugger_disable_modules = set([
     "_continuation", "_vmprof", "_multiprocessing",
+    "micronumpy",
     ])
 
 # XXX this should move somewhere else, maybe to platform ("is this posixish"


More information about the pypy-commit mailing list