bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. by serhiy-storchaka · Pull Request #5006 · python/cpython (original) (raw)
Yes, even after simplifications and merging some changes separately the PR still is too complex.
Could you please make at least a quick review? I think we are agree with the design, the known bugs was fixed, and if there are some minor bugs are left, we will have time to catch them in live code.
Merging this PR will unblock other changes: cleaning up with
-related opcodes (#5112 or like) and allowing 'continue' in 'finally' clause (bpo-32489, serhiy-storchaka#2).