projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed4b9d5
)
fixed NameError
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 10 Feb 2008 07:10:21 +0000
(08:10 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 10 Feb 2008 07:10:21 +0000
(08:10 +0100)
Cython/Compiler/Parsing.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Parsing.py
b/Cython/Compiler/Parsing.py
index 3489c3dd803b23563b1cb0b614eb66d66980b47a..8635642c81cbb407efc54546a751c635fc6cfc86 100644
(file)
--- a/
Cython/Compiler/Parsing.py
+++ b/
Cython/Compiler/Parsing.py
@@
-1302,7
+1302,7
@@
def p_IF_statement(s, level, cdef_flag, visibility, api):
if current_eval:
result = body
if not result:
- result = PassStatNode(pos)
+ result =
Nodes.
PassStatNode(pos)
s.compile_time_eval = saved_eval
return result