reduce lifetime of exception tuple in with-statement exception exit case by making...
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 16 Dec 2013 21:38:34 +0000 (22:38 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 16 Dec 2013 21:38:34 +0000 (22:38 +0100)
commit9112fddd53ab6f7de6914e55c75edc816c303098
treedaa1358d2bfc01b5795454c54b1e58a39a54dc5e
parenteed4767d76f5a09a967d70626948719dc7a3d5c1
reduce lifetime of exception tuple in with-statement exception exit case by making the WithExitCallNode own it instead of the exception clause
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py