implement type inference across closures
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 23 Dec 2012 18:56:42 +0000 (19:56 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 23 Dec 2012 18:56:42 +0000 (19:56 +0100)
commite440f7792a52145a27233746e5fb309d17893de8
tree4e1f84bd3c1b5084b00cbe6d97a2c776e40ac371
parentc1690bf3d591f1b9e59005c9e7eedfa6b23341b4
implement type inference across closures
Cython/Compiler/Symtab.py
Cython/Compiler/TypeInference.py
tests/run/cross_closure_type_inference.pyx [new file with mode: 0644]
tests/run/generator_type_inference.pyx