-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. #5006
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. #5006
Conversation
I think I have addressed all comments. The code is updated to 3.8, all tests are passes. What should I do for moving this PR forward? |
I suppose you need a review? Given the size of the PR it's not easy to find time for it... |
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 |
Yes, I'm gonna make a quick review ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I haven't looked very closely this time, but declare this to look ok :-)
Thanks Antoine! |
https://bugs.python.org/issue17611