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

[mypyc] Implement async with #13442

Merged
merged 4 commits into from
Aug 18, 2022
Merged

[mypyc] Implement async with #13442

merged 4 commits into from
Aug 18, 2022

Conversation

msullivan
Copy link
Collaborator

@msullivan msullivan commented Aug 17, 2022

Also fix returning a value from inside a try block when the finally block
does a yield. (Which happens when returning from an async with).

Progress on mypyc/mypyc#868.

Also fix returning a value from inside a try block when the finally block
does a yield. (Which happens when returning from an async with).

Progress on mypyc/mypyc##868.
Copy link
Member

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

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

LG (one test crashes however)

@msullivan msullivan merged commit 3ec1849 into master Aug 18, 2022
@msullivan msullivan deleted the async branch August 18, 2022 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants