[pypy-commit] pypy refactor-buffer-api: fix _cffi_backend test_ztranslation

bdkearns noreply at buildbot.pypy.org
Thu Apr 24 23:30:49 CEST 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: refactor-buffer-api
Changeset: r70946:62510b3da5bf
Date: 2014-04-24 17:27 -0400
http://bitbucket.org/pypy/pypy/changeset/62510b3da5bf/

Log:	fix _cffi_backend test_ztranslation

diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpreter/baseobjspace.py
@@ -1841,6 +1841,7 @@
     'AssertionError',
     'AttributeError',
     'BaseException',
+    'BufferError',
     'DeprecationWarning',
     'EOFError',
     'EnvironmentError',


More information about the pypy-commit mailing list