projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f95dba
)
enable full type inference in compiled parser
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 6 Dec 2009 11:52:07 +0000
(12:52 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 6 Dec 2009 11:52:07 +0000
(12:52 +0100)
Cython/Compiler/Parsing.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Parsing.py
b/Cython/Compiler/Parsing.py
index 0f5371cce370caffeb1f7dee2cc98e5b7d203d15..0a3176e28c79341c3d0d13bb75c94a1df5feadc2 100644
(file)
--- 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
#