summaryrefslogtreecommitdiff
path: root/tests/pypy2_bugs.txt
diff options
context:
space:
mode:
author0dminnimda <0dminnimda@gmail.com>2023-04-06 09:20:05 +0300
committerGitHub <noreply@github.com>2023-04-06 08:20:05 +0200
commit8bf72408e867b873b1c7015aa4959f789fdba79a (patch)
tree4f6d458c64c4ae789442020d823273b0e7fa2615 /tests/pypy2_bugs.txt
parentf927b02799d7b5482f503903fe6a47f16fc4b86c (diff)
downloadcython-8bf72408e867b873b1c7015aa4959f789fdba79a.tar.gz
Remove unintended duplicate of `IS_UNSIGNED_IMPL` and make the macro generally available (GH-5358)
Closes https://github.com/cython/cython/issues/5356 Fixes https://github.com/cython/cython/pull/5302
Diffstat (limited to 'tests/pypy2_bugs.txt')
-rw-r--r--tests/pypy2_bugs.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pypy2_bugs.txt b/tests/pypy2_bugs.txt
index 1ac25918f..9c98cb913 100644
--- a/tests/pypy2_bugs.txt
+++ b/tests/pypy2_bugs.txt
@@ -33,3 +33,6 @@ memoryview.numpy_memoryview
# (the overridden __Pyx_PyObject_GetItem requires CYTHON_USE_TYPE_SLOTS)
run.test_genericclass
run.test_subclassinit
+
+# TypeError: 'memoryview' does not have the buffer interface
+run.buffer_n_overflowcheck_T5356