Skip to content

Implement extracting async with#433

Merged
lieryan merged 4 commits intomasterfrom
lieryan-implement-extract-async-with
Oct 10, 2021
Merged

Implement extracting async with#433
lieryan merged 4 commits intomasterfrom
lieryan-implement-extract-async-with

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