projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acbda9d
)
minor consistency fix
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 21 Feb 2009 23:18:20 +0000
(
00:18
+0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 21 Feb 2009 23:18:20 +0000
(
00:18
+0100)
Cython/Compiler/Nodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Nodes.py
b/Cython/Compiler/Nodes.py
index a6a63671dfddca22777648a0116ade9140d9e822..629270dc35358803ff80c2ac1f81a63b1b8d6602 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-3441,7
+3441,7
@@
class RaiseStatNode(StatNode):
self.exc_type.generate_evaluation_code(code)
type_code = self.exc_type.py_result()
else:
- type_code =
0
+ type_code =
"0"
if self.exc_value:
self.exc_value.generate_evaluation_code(code)
value_code = self.exc_value.py_result()