Better exception info reading for with statement
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 19 Jun 2008 00:49:58 +0000 (17:49 -0700)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 19 Jun 2008 00:49:58 +0000 (17:49 -0700)
commitd2a998906458deb44ef0abe2fc6ac1174029a065
treeef7b098b03e477ceb5975868880e86291d022db7
parent21c0a0270f327b4c79928441610d2bd0d3a6b164
Better exception info reading for with statement
Cython/CodeWriter.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Symtab.py
Cython/Compiler/Tests/TestParseTreeTransforms.py
Cython/Compiler/TreeFragment.py
Cython/Compiler/Visitor.py
Cython/TestUtils.py
tests/run/withstat.pyx