use iterative control flow graph traversal instead of recursion to prevent stack...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 13 Sep 2009 10:57:53 +0000 (12:57 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 13 Sep 2009 10:57:53 +0000 (12:57 +0200)
commit727cf6551a31e1f90b43981200b5b2fad39a8f89
treed3b7dec8323fb317037b6263d04f2cc54684c916
parent43b1c54a1552e79bfbf926b84b8801591a270a46
use iterative control flow graph traversal instead of recursion to prevent stack overflow
Cython/Compiler/ControlFlow.py