Author: Armin Rigo <ar...@tunes.org>
Branch: conditional_call_value_4
Changeset: r88628:bc1b2570fc4a
Date: 2016-11-24 10:49 +0000
http://bitbucket.org/pypy/pypy/changeset/bc1b2570fc4a/

Log:    Unsure why now, but test_zrpy_vmprof crashes because it is missing
        this method

diff --git a/rpython/rlib/rvmprof/rvmprof.py b/rpython/rlib/rvmprof/rvmprof.py
--- a/rpython/rlib/rvmprof/rvmprof.py
+++ b/rpython/rlib/rvmprof/rvmprof.py
@@ -28,6 +28,8 @@
 class FakeWeakCodeObjectList(object):
     def add_handle(self, handle):
         pass
+    def get_all_handles(self):
+        return []
 
 class VMProf(object):
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to