[pypy-commit] pypy reflex-support: add readbuf_w

wlav noreply at buildbot.pypy.org
Fri Apr 25 10:15:25 CEST 2014


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: reflex-support
Changeset: r70968:b95344d84ba8
Date: 2014-04-25 01:10 -0700
http://bitbucket.org/pypy/pypy/changeset/b95344d84ba8/

Log:	add readbuf_w

diff --git a/pypy/module/cppyy/test/test_zjit.py b/pypy/module/cppyy/test/test_zjit.py
--- a/pypy/module/cppyy/test/test_zjit.py
+++ b/pypy/module/cppyy/test/test_zjit.py
@@ -136,6 +136,9 @@
     def buffer_w(self, w_obj, flags):
         return FakeBuffer(w_obj)
 
+    def readbuf_w(self, w_obj):
+        return FakeBuffer(w_obj)
+
     def exception_match(self, typ, sub):
         return typ is sub
 


More information about the pypy-commit mailing list