[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-39048: Look up __aenter__ before __aexit__ in the async with statement by geryogam · Pull Request #17609 · python/cpython

the-knights-who-say-ni

geryogam changed the title bop-27100: Reorder the __aenter__ and __aexit__ checks for async with bpo-27100: Reorder the __aenter__ and __aexit__ checks for async with

Dec 14, 2019

geryogam changed the title bpo-27100: Reorder the __aenter__ and __aexit__ checks for async with bpo-39048: Reorder the __aenter__ and __aexit__ checks for async with

Dec 14, 2019

geryogam changed the title bpo-39048: 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

geryogam changed the title bpo-39048: Reorder the __aenter__ and __aexit__ method checks for the async with statement bpo-39048: Change the lookup order of __aenter__ and __aexit__ in the async with statement

Jan 13, 2020

geryogam changed the title bpo-39048: Change the lookup order of __aenter__ and __aexit__ in the async with statement bpo-39048: Change the lookup order of __aenter__ and __aexit__ for the async with statement

Jan 13, 2020

geryogam changed the title bpo-39048: Change the lookup order of __aenter__ and __aexit__ for the async with statement bpo-39048: Change the lookup order of __aenter__ and __aexit__ for async with

Jan 13, 2020

geryogam changed the title bpo-39048: Change the lookup order of __aenter__ and __aexit__ for async with bpo-39048: Look up __aenter__ before __aexit__ in async with

Jan 14, 2020

geryogam changed the title bpo-39048: Look up __aenter__ before __aexit__ in async with bpo-39048: Look up __aenter__ before __aexit__ in the async with statement

Jan 14, 2020

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020

…H-17609)

* Reorder the __aenter__ and __aexit__ checks for async with
* Add assertions for async with body being skipped
* Swap __aexit__ and __aenter__ loading in the documentation