From d4b194dc01cdf8a4de849c8f44437fd3ee4ef02b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 6 Dec 2009 12:52:07 +0100 Subject: [PATCH] enable full type inference in compiled parser --- Cython/Compiler/Parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/Parsing.py b/Cython/Compiler/Parsing.py index 0f5371cc..0a3176e2 100644 --- a/Cython/Compiler/Parsing.py +++ b/Cython/Compiler/Parsing.py @@ -1,4 +1,4 @@ -# cython: auto_cpdef=True +# cython: auto_cpdef=True, infer_types=all # # Pyrex Parser # -- 2.26.2