enable control flow analysis for stack allocated structured variables (struct, union...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 27 Jan 2013 10:22:21 +0000 (11:22 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 27 Jan 2013 10:22:21 +0000 (11:22 +0100)
commit01321f7bddb8e86a0e969f5afb199a466e17c46a
tree23636fe384fdb92296910ec7de3dc26d326c3d8e
parent0ac2fa8acac53b23e3e6fb388b8f091cc48512f3
enable control flow analysis for stack allocated structured variables (struct, union, array, C++ class)
Cython/Compiler/FlowControl.py
tests/run/control_flow_stack_allocation.pyx [new file with mode: 0644]