Return statements inside of nested try-except statements lead to an incorrect...
Return statements inside of nested try-except statements lead to an incorrect control flow graph that did not take the outer 'finally' clauses into account. Closes https://github.com/cython/cython/issues/3666
Showing
Please register or sign in to comment