Author: Ronan Lamy <[email protected]>
Branch: test-cpyext
Changeset: r87010:13c43c49adbe
Date: 2016-09-11 21:03 +0100
http://bitbucket.org/pypy/pypy/changeset/13c43c49adbe/
Log: rm debugging leftover
diff --git a/pypy/module/cpyext/bufferobject.py
b/pypy/module/cpyext/bufferobject.py
--- a/pypy/module/cpyext/bufferobject.py
+++ b/pypy/module/cpyext/bufferobject.py
@@ -61,7 +61,6 @@
py_buf.c_b_ptr = rffi.cast(rffi.VOIDP, buf.array._charbuf_start())
py_buf.c_b_size = buf.getlength()
else:
- raise RuntimeError
raise oefmt(space.w_NotImplementedError, "buffer flavor not supported")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit