Author: Matti Picus <[email protected]>
Branch: py3.5
Changeset: r93700:a6e3b8bc4b7f
Date: 2018-01-23 20:27 +0200
http://bitbucket.org/pypy/pypy/changeset/a6e3b8bc4b7f/
Log: mock a function to allow tests to run
diff --git a/lib_pypy/faulthandler.py b/lib_pypy/faulthandler.py
--- a/lib_pypy/faulthandler.py
+++ b/lib_pypy/faulthandler.py
@@ -4,3 +4,6 @@
def enable(*args, **kwargs):
pass
+
+def register(*args, **kwargs):
+ pass
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit