Fix #250, Traceback method name is wrong for exceptions caught in methods
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 23 Oct 2009 06:21:40 +0000 (23:21 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 23 Oct 2009 06:21:40 +0000 (23:21 -0700)
commitaf67b788a520587d59ab3ed231e43e23dc70d4b0
tree7f5ec1afb19a34cabfd2af51e174a9f3976b7713
parentee9a073033f738343b6595aa58ea034a2003f3e4
Fix #250, Traceback method name is wrong for exceptions caught in methods
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Symtab.py