-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Look up __aenter__ before __aexit__ in the async with statement #83229
Labels
3.9
only security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
Comments
Following https://bugs.python.org/issue27100 which did it for the with statement, what was left to do was to reorder the __aenter__ and __aexit__ method checks for the async with statement. I have opened a PR for this here: #17609 |
maggyero
mannequin
added
3.8 (EOL)
end of life
type-bug
An unexpected behavior, bug, or error
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
labels
Dec 14, 2019
maggyero
mannequin
changed the title
Reorder the __aenter__ and __aexit__ checks for async with
bpo-39048: Reorder the __aenter__ and __aexit__ method checks for the async with statement
Dec 14, 2019
maggyero
mannequin
changed the title
Reorder the __aenter__ and __aexit__ checks for async with
bpo-39048: Reorder the __aenter__ and __aexit__ method checks for the async with statement
Dec 14, 2019
maggyero
mannequin
changed the title
bpo-39048: Reorder the __aenter__ and __aexit__ method checks for the async with statement
Reorder the __aenter__ and __aexit__ method checks for the async with statement
Dec 14, 2019
maggyero
mannequin
changed the title
bpo-39048: Reorder the __aenter__ and __aexit__ method checks for the async with statement
Reorder the __aenter__ and __aexit__ method checks for the async with statement
Dec 14, 2019
terryjreedy
changed the title
Reorder the __aenter__ and __aexit__ method checks for the async with statement
Reorder __aenter__ & __aexit__ checks for async with statement
Dec 20, 2019
terryjreedy
changed the title
Reorder the __aenter__ and __aexit__ method checks for the async with statement
Reorder __aenter__ & __aexit__ checks for async with statement
Dec 20, 2019
maggyero
mannequin
changed the title
Reorder __aenter__ & __aexit__ checks for async with statement
Change the lookup order of __aenter__ and __aexit__ for async with
Jan 13, 2020
maggyero
mannequin
changed the title
Reorder __aenter__ & __aexit__ checks for async with statement
Change the lookup order of __aenter__ and __aexit__ for async with
Jan 13, 2020
ncoghlan
added
type-feature
A feature request or enhancement
and removed
type-bug
An unexpected behavior, bug, or error
3.8 (EOL)
end of life
labels
Jan 14, 2020
ncoghlan
added
type-feature
A feature request or enhancement
and removed
type-bug
An unexpected behavior, bug, or error
labels
Jan 14, 2020
maggyero
mannequin
changed the title
Change the lookup order of __aenter__ and __aexit__ for async with
Look up __aenter__ before __aexit__ in async with
Jan 14, 2020
maggyero
mannequin
changed the title
Change the lookup order of __aenter__ and __aexit__ for async with
Look up __aenter__ before __aexit__ in async with
Jan 14, 2020
maggyero
mannequin
changed the title
Look up __aenter__ before __aexit__ in async with
Look up __aenter__ before __aexit__ in the async with statement
Jan 14, 2020
maggyero
mannequin
changed the title
Look up __aenter__ before __aexit__ in async with
Look up __aenter__ before __aexit__ in the async with statement
Jan 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.9
only security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: