projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46addf
)
test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 12 Dec 2008 22:03:50 +0000
(23:03 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 12 Dec 2008 22:03:50 +0000
(23:03 +0100)
tests/errors/nogil.pyx
patch
|
blob
|
history
diff --git
a/tests/errors/nogil.pyx
b/tests/errors/nogil.pyx
index f22b98dd5406e14f110ac4b0ec32cdc9c3ed2f5b..b6d5035e663bf65558516f3000189c9414930ed0 100644
(file)
--- a/
tests/errors/nogil.pyx
+++ b/
tests/errors/nogil.pyx
@@
-81,7
+81,6
@@
_ERRORS = u"""
1: 5: Function with Python return type cannot be declared nogil
6: 6: Assignment of Python object not allowed without gil
4: 5: Function declared nogil has Python locals or temporaries
- 8: 5: Function declared nogil has Python locals or temporaries
11: 5: Function with Python return type cannot be declared nogil
15: 5: Calling gil-requiring function without gil
24: 9: Calling gil-requiring function without gil