Author: Armin Rigo <[email protected]>
Branch: reverse-debugger
Changeset: r86136:0140e350104d
Date: 2016-08-11 10:05 +0200
http://bitbucket.org/pypy/pypy/changeset/0140e350104d/

Log:    trying

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -56,7 +56,7 @@
 ])
 
 reverse_debugger_disable_modules = set([
-    "thread", "_continuation", "_vmprof", "_multiprocessing",
+    "_continuation", "_vmprof", "_multiprocessing",
     ])
 
 # XXX this should move somewhere else, maybe to platform ("is this posixish"
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to