Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r84675:d10679d1c82c
Date: 2016-05-24 19:43 -0700
http://bitbucket.org/pypy/pypy/changeset/d10679d1c82c/

Log:    Backed out changeset 0587b09200f1 reenable faulthandler for now,
        regrtest depends on it

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -40,6 +40,7 @@
     "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