Skip to content
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

Merged
merged 85 commits into from
Feb 22, 2018

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Dec 24, 2017

@serhiy-storchaka serhiy-storchaka requested a review from a team as a code owner February 4, 2018 10:11
@serhiy-storchaka
Copy link
Member Author

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?

@pitrou
Copy link
Member

pitrou commented Feb 12, 2018

I suppose you need a review? Given the size of the PR it's not easy to find time for it...

@serhiy-storchaka
Copy link
Member Author

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).

@pitrou
Copy link
Member

pitrou commented Feb 13, 2018

Yes, I'm gonna make a quick review ;-)

@pitrou pitrou dismissed their stale review February 22, 2018 20:02

review is out of date

Copy link
Member

@pitrou pitrou left a 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 :-)

@serhiy-storchaka
Copy link
Member Author

Thanks Antoine!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants