From: Stefan Behnel Date: Mon, 4 May 2009 07:52:27 +0000 (+0200) Subject: more typing in Parsing.pxd X-Git-Tag: 0.13.beta0~2^2~129 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c341900c1087955aac42e83c13cd16d952726917;p=cython.git more typing in Parsing.pxd --- 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)