fix exception handling for optimised len(builtin)
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 9 Jul 2012 19:36:00 +0000 (21:36 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 9 Jul 2012 19:36:00 +0000 (21:36 +0200)
commit6069140a633bce3da62c79c5711c7eb3a84d781b
treeba3d56abe5052359e4fcce47b841f9f7277d3c4d
parenta471b0ca622532b9f463b94ee8a79991c1b88902
fix exception handling for optimised len(builtin)
Cython/Compiler/Optimize.py