unpack exception test tuples in 'except' clauses, results in shorter, faster and...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 13 Aug 2010 12:19:09 +0000 (14:19 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 13 Aug 2010 12:19:09 +0000 (14:19 +0200)
commit93af9e10a5b55599442df39f5333933c36053ca2
tree0020c42c1840b6ba5aef070c7386bfd3cc531d51
parent3ba1ec9433b7926c57def1d449d532c74487c60c
unpack exception test tuples in 'except' clauses, results in shorter, faster and more readable code
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py