reimplement cross-closure type inference using a dedicated LocalEntry class for entry...
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 26 Dec 2012 11:30:30 +0000 (12:30 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 26 Dec 2012 11:30:30 +0000 (12:30 +0100)
commit61e4baf6bef6f438f938705ebc499387a5419db6
tree9d14965ad4bdf54444573da13841a9b05d75ab8b
parent5fdb48d4253eb2be29d40da5dd161347b140d405
reimplement cross-closure type inference using a dedicated LocalEntry class for entry copies in closures to keep closure knowledge in one place
Cython/Compiler/FlowControl.py
Cython/Compiler/Symtab.py
Cython/Compiler/TypeInference.py