Author: Amaury Forgeot d'Arc <amaur...@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") _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit