faster exception handling/try-finally/etc. by inlining exc fetch/restore code
authorStefan Behnel <scoder@users.berlios.de>
Sun, 31 Aug 2008 11:08:38 +0000 (13:08 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 31 Aug 2008 11:08:38 +0000 (13:08 +0200)
commit5d470de568833c6a0fca3a4e76d097f8c4c972e9
treee243c30c71ab98663d8bb8753aafbdb2dc0b3e36
parentb6021cfabb035d0a919e82a498ffef6072f23f2f
faster exception handling/try-finally/etc. by inlining exc fetch/restore code
Cython/Compiler/Nodes.py