projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22e1308
)
test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 2 Jan 2008 16:55:03 +0000
(17:55 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 2 Jan 2008 16:55:03 +0000
(17:55 +0100)
tests/compile/withgil.pyx
patch
|
blob
|
history
diff --git
a/tests/compile/withgil.pyx
b/tests/compile/withgil.pyx
index 35f75123e08bc79a795aed05970f11f0d3c4a68d..7d5d54846d126577a4f1a9dc59a64a72784eccfe 100644
(file)
--- a/
tests/compile/withgil.pyx
+++ b/
tests/compile/withgil.pyx
@@
-1,5
+1,5
@@
cdef void f() with gil:
x = 42
-cdef
object g(object
x) with gil:
+cdef
int g(void*
x) with gil:
pass