projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e95f5
)
cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 12 Oct 2009 11:30:49 +0000
(13:30 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 12 Oct 2009 11:30:49 +0000
(13:30 +0200)
tests/run/funcexc_iter_T228.pyx
patch
|
blob
|
history
diff --git
a/tests/run/funcexc_iter_T228.pyx
b/tests/run/funcexc_iter_T228.pyx
index 61ba010da41e733f81ed8bd55c5cfcb3a36d2edc..b3355b42c11e254b69db76db2c5dc47fcd62a6a1 100644
(file)
--- a/
tests/run/funcexc_iter_T228.pyx
+++ b/
tests/run/funcexc_iter_T228.pyx
@@
-46,8
+46,6
@@
True
import sys
-IS_PY3 = sys.version_info[0] >= 3
-
cdef class cy_iterator(object):
def __iter__(self):
return self