Author: Armin Rigo <ar...@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"
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to