summaryrefslogtreecommitdiff
path: root/tests/errors/nogil.pyx
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2009-10-15 03:58:28 -0700
committerRobert Bradshaw <robertwb@math.washington.edu>2009-10-15 03:58:28 -0700
commit307a66c292a22cf2ee56712b85b021d3a3948e6b (patch)
tree755a8b5d8e5a67c28e15bed2569bf33c6fb5779f /tests/errors/nogil.pyx
parentcddc08e4d5e5316a5d1242cd7cd3c2c0def17b61 (diff)
downloadcython-307a66c292a22cf2ee56712b85b021d3a3948e6b.tar.gz
Fix short-circuit for and/or, preserve type.
Diffstat (limited to 'tests/errors/nogil.pyx')
-rw-r--r--tests/errors/nogil.pyx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/errors/nogil.pyx b/tests/errors/nogil.pyx
index f0c5dfa31..a16386ce0 100644
--- a/tests/errors/nogil.pyx
+++ b/tests/errors/nogil.pyx
@@ -116,7 +116,9 @@ _ERRORS = u"""
39: 9: Constructing Python tuple not allowed without gil
40: 8: Constructing Python list not allowed without gil
41: 8: Constructing Python dict not allowed without gil
+42:12: Creating temporary Python reference not allowed without gil
42:12: Truth-testing Python object not allowed without gil
+42:17: Creating temporary Python reference not allowed without gil
43:13: Python type test not allowed without gil
45:10: Operation not allowed without gil
46:8: Operation not allowed without gil