summaryrefslogtreecommitdiff
path: root/tests/run/withnogil.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/withnogil.pyx')
-rw-r--r--tests/run/withnogil.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/withnogil.pyx b/tests/run/withnogil.pyx
index 55b7896a7..a64779dfe 100644
--- a/tests/run/withnogil.pyx
+++ b/tests/run/withnogil.pyx
@@ -19,5 +19,5 @@ def g():
h()
return 1
-cdef int h() nogil except -1:
+cdef int h() except -1 nogil:
pass