From c341900c1087955aac42e83c13cd16d952726917 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 4 May 2009 09:52:27 +0200 Subject: [PATCH] more typing in Parsing.pxd --- Cython/Compiler/Parsing.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/Parsing.pxd b/Cython/Compiler/Parsing.pxd index e7f80089..7af84501 100644 --- a/Cython/Compiler/Parsing.pxd +++ b/Cython/Compiler/Parsing.pxd @@ -61,7 +61,7 @@ cpdef p_testlist(PyrexScanner s) # #------------------------------------------------------- -cpdef flatten_parallel_assignments(input, output) +cpdef flatten_parallel_assignments(list input, list output) cpdef p_global_statement(PyrexScanner s) cpdef p_expression_or_assignment(PyrexScanner s) -- 2.26.2