Author: Wim Lavrijsen <wlavrij...@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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit