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

Implement extracting async with #433

Merged
merged 4 commits into from Oct 10, 2021
Merged

Conversation

lieryan
Copy link
Member

@lieryan lieryan commented Oct 10, 2021

Description

Implement patchedast parsing and extract refactoring for async with statement.

Fixes #387

Checklist (delete if not relevant):

  • I have added tests that prove my fix is effective or that my feature works
  • I have updated CHANGELOG.md

@lieryan lieryan force-pushed the lieryan-implement-extract-async-with branch from ad3f285 to 31d6bc4 Compare October 10, 2021 11:33
Bare `async with` only works in 3.8 and higher
@lieryan lieryan force-pushed the lieryan-implement-extract-async-with branch from 31d6bc4 to 7edba4d Compare October 10, 2021 11:39
@lieryan lieryan merged commit 9b659d0 into master Oct 10, 2021
@lieryan lieryan deleted the lieryan-implement-extract-async-with branch October 10, 2021 12:21
@lieryan lieryan added this to the 0.21.x milestone Oct 10, 2021
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.

Add support for extract refactoring code containing async with
1 participant