Correctly generate function definions in finally clauses (GH-4652)
This creates two copies of the function, one for the exception case and one for the non-exception case. It's probably inefficient but the simplest solution. Fixes https://github.com/cython/cython/issues/4651.
Showing
Please register or sign in to comment