From c8a8b35c5de9b29cdab640582ff24b7948a59af6 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 24 Oct 2009 11:30:00 +0200 Subject: [PATCH] removed dead comment --- Cython/Compiler/Optimize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/Optimize.py b/Cython/Compiler/Optimize.py index a08399ff..b2d0b1f9 100644 --- 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, -- 2.26.2