summaryrefslogtreecommitdiff
path: root/tests/errors/nogil.pyx
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-28 17:52:19 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-28 18:28:18 +0200
commitff56e6b40289c8f3a9a4eae8d09e46416aa50e03 (patch)
tree05e10f671ae43e575ab76447253904975caa8b8b /tests/errors/nogil.pyx
parent1c4a835025dbe1e178c36b1bdd687384ac4eccca (diff)
downloadcython-ff56e6b40289c8f3a9a4eae8d09e46416aa50e03.tar.gz
Allow referencing all PyConstNodes in nogil expressions, e.g. in 'is' tests (because, why not?).
Diffstat (limited to 'tests/errors/nogil.pyx')
-rw-r--r--tests/errors/nogil.pyx4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/errors/nogil.pyx b/tests/errors/nogil.pyx
index 86cca06a2..721c1c5ed 100644
--- a/tests/errors/nogil.pyx
+++ b/tests/errors/nogil.pyx
@@ -105,14 +105,10 @@ _ERRORS = u"""
31:16: Constructing complex number not allowed without gil
33:8: Assignment of Python object not allowed without gil
33:14: Backquote expression not allowed without gil
-33:15: Operation not allowed without gil
34:15: Assignment of Python object not allowed without gil
-34:15: Operation not allowed without gil
34:15: Python import not allowed without gil
-35:8: Operation not allowed without gil
35:13: Python import not allowed without gil
35:25: Constructing Python list not allowed without gil
-35:25: Operation not allowed without gil
36:17: Iterating over Python object not allowed without gil
38:11: Discarding owned Python object not allowed without gil
38:11: Indexing Python object not allowed without gil