From 5ef2899eb686cb7d157e4abb960ce1676d04237b Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 10 Oct 2008 01:39:11 -0700 Subject: [PATCH] remove debug statement --- Cython/Compiler/ExprNodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index c5d3a51a..7f993eeb 100644 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -2834,7 +2834,7 @@ class ListNode(SequenceNode): self.result(), i, arg.result())) - elif self.type.is_struct or 1: + elif self.type.is_struct: for arg, member in zip(self.args, self.type.scope.var_entries): code.putln("%s.%s = %s;" % ( self.result(), -- 2.26.2