clean up exc_info handling in 'with' statement implementation
authorStefan Behnel <scoder@users.berlios.de>
Sat, 23 Apr 2011 14:28:40 +0000 (16:28 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 23 Apr 2011 14:28:40 +0000 (16:28 +0200)
commit5c1ef360f37c599495b134e76ec20143a98b4114
treed3817ed9816400600d2470fb55f6744dc9a789c9
parent6aaac39d5652bd707ca8d9a2f2fa64096851295c
clean up exc_info handling in 'with' statement implementation
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/UtilNodes.py