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)
commit771071fd49d2b295f8b0c199dbb1c239487ca066
treed3817ed9816400600d2470fb55f6744dc9a789c9
parent1fcce57b2a2be707ae67ec66ade0f1071c89a1a5
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