[pypy-commit] pypy win32-faulthandler: Enable faulthandler on Windows

amauryfa pypy.commits at gmail.com
Wed Apr 5 17:23:42 EDT 2017


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: win32-faulthandler
Changeset: r90980:8b35bf4b2160
Date: 2017-04-05 23:22 +0200
http://bitbucket.org/pypy/pypy/changeset/8b35bf4b2160/

Log:	Enable faulthandler on Windows

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -72,8 +72,6 @@
 
     if "cppyy" in working_modules:
         working_modules.remove("cppyy")  # not tested on win32
-    if "faulthandler" in working_modules:
-        working_modules.remove("faulthandler")  # missing details
 
     # The _locale module is needed by site.py on Windows
     default_modules.add("_locale")


More information about the pypy-commit mailing list