[3.10] bpo-33349: make lib2to3 parse async generators everywhere (GH-6588) by miss-islington · Pull Request #27702 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.10from
Aug 10, 2021Merged
Conversation
Copy link Copy Markdown
Contributor
(cherry picked from commit 149addd)
Co-authored-by: Zsolt Dollenstein zsol.zsol@gmail.com
(cherry picked from commit 149addd) Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
the-knights-who-say-ni
added
the
CLA signed
label
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Aug 10, 2021
miss-islington commented
Aug 10, 2021
bedevere-bot
mentioned this pull request
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Aug 10, 2021
miss-islington commented
Aug 10, 2021
bedevere-bot
added
the
awaiting review
label
ambv
changed the title
[3.10] make lib2to3 parse async generators everywhere (GH-6588)
[3.10] bpo-33349: make lib2to3 parse async generators everywhere (GH-6588)
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Aug 10, 2021
miss-islington commented
Aug 10, 2021
ambv
requested a review
from pablogsal
Copy link Copy Markdown
Contributor
ambv
commented
Aug 10, 2021
ambv commented
Aug 10, 2021@pablogsal, while lib2to3 is deprecated, it was unable to parse valid 3.7+ code with regular functions that created async generators. This fixes it.
pablogsal approved these changes Aug 10, 2021
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
merged commit
52d481f
into
python:3.10
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-149addd-3.10
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment