Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r88602:485b7e625505
Date: 2016-11-24 09:34 +0100
http://bitbucket.org/pypy/pypy/changeset/485b7e625505/

Log:    No clue how it worked before

diff --git a/pypy/module/faulthandler/test/test_ztranslation.py 
b/pypy/module/faulthandler/test/test_ztranslation.py
--- a/pypy/module/faulthandler/test/test_ztranslation.py
+++ b/pypy/module/faulthandler/test/test_ztranslation.py
@@ -1,4 +1,5 @@
 from pypy.objspace.fake.checkmodule import checkmodule
 
 def test_faulthandler_translates():
+    import pypy.module._vmprof.interp_vmprof   # register_code_object_class()
     checkmodule('faulthandler')
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to