projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da8984
)
test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 19 Jul 2008 09:55:32 +0000
(11:55 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 19 Jul 2008 09:55:32 +0000
(11:55 +0200)
tests/run/nogil.pyx
patch
|
blob
|
history
diff --git
a/tests/run/nogil.pyx
b/tests/run/nogil.pyx
index 2671b9a1dd325292c38d533ccf3a62b708d88456..0798b53cfed54c6c0f37509bcfb33dc2e1e19cb7 100644
(file)
--- a/
tests/run/nogil.pyx
+++ b/
tests/run/nogil.pyx
@@
-1,8
+1,8
@@
__doc__ = u"""
>>> test(5)
-89
+47
>>> test(11)
-95
+53
"""
def test(int x):