Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r84670:0587b09200f1
Date: 2016-05-24 17:11 -0700
http://bitbucket.org/pypy/pypy/changeset/0587b09200f1/

Log:    disable faulthandler https://bitbucket.org/pypy/pypy/issues/2294/

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -40,7 +40,6 @@
     "binascii", "_multiprocessing", '_warnings', "_collections",
     "_multibytecodec", "_continuation", "_cffi_backend",
     "_csv", "_pypyjson", "_posixsubprocess", # "cppyy", "micronumpy"
-    "faulthandler",
 ])
 
 from rpython.jit.backend import detect_cpu
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to