From: Stefan Behnel Date: Sun, 6 Dec 2009 11:52:07 +0000 (+0100) Subject: enable full type inference in compiled parser X-Git-Tag: 0.12.1~73 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d4b194dc01cdf8a4de849c8f44437fd3ee4ef02b;p=cython.git enable full type inference in compiled parser --- 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 #