Author: Armin Rigo <[email protected]> Branch: py3.5 Changeset: r93506:3c8c318aa8d4 Date: 2017-12-20 07:59 +0100 http://bitbucket.org/pypy/pypy/changeset/3c8c318aa8d4/
Log: Add a dummy faulthandler.py for the CPython test suite diff --git a/lib_pypy/faulthandler.py b/lib_pypy/faulthandler.py new file mode 100644 --- /dev/null +++ b/lib_pypy/faulthandler.py @@ -0,0 +1,3 @@ +# This is only imported for platforms where the built-in faulthandler module is not +# available. It provides no function at all so far, but it is enough to start the +# CPython test suite. \ No newline at end of file _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
