projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
361737c
)
removed dead comment
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 24 Oct 2009 09:30:00 +0000
(11:30 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 24 Oct 2009 09:30:00 +0000
(11:30 +0200)
Cython/Compiler/Optimize.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Optimize.py
b/Cython/Compiler/Optimize.py
index a08399ff1c05b99e430cf1f704ffe7b8d115916a..b2d0b1f963b7c8e065dcb9f2d93e7881c01d401d 100644
(file)
--- a/
Cython/Compiler/Optimize.py
+++ b/
Cython/Compiler/Optimize.py
@@
-1060,7
+1060,6
@@
class OptimizeBuiltinCalls(Visitor.VisitorTransform):
self_arg, "PyExc_AttributeError",
"'NoneType' object has no attribute '%s'" % attr_name)
args[0] = self_arg
- # FIXME: args[0] may need a runtime None check (ticket #166)
return ExprNodes.PythonCapiCallNode(
node.pos, name, func_type,
args = args,