◐ Shell
reader mode source ↗
Skip to content

bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler.#5006

Merged
serhiy-storchaka merged 85 commits into
python:masterfrom
serhiy-storchaka:unwind_stack
Feb 22, 2018
Merged

bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler.#5006
serhiy-storchaka merged 85 commits into
python:masterfrom
serhiy-storchaka:unwind_stack

Conversation

@serhiy-storchaka

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

Copy link
Copy Markdown
Member

88 hidden items Load more…
@serhiy-storchaka serhiy-storchaka requested a review from a team as a code owner February 4, 2018 10:11
@serhiy-storchaka

Copy link
Copy Markdown
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

pitrou commented Feb 12, 2018

Copy link
Copy Markdown
Member

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
Copy Markdown
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

pitrou commented Feb 13, 2018

Copy link
Copy Markdown
Member

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

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

review is out of date

@pitrou pitrou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hide comment

Ok, I haven't looked very closely this time, but declare this to look ok :-)

@serhiy-storchaka

Copy link
Copy Markdown
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