[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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

the-knights-who-say-ni

maggyero 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

maggyero 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

maggyero 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

maggyero 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

maggyero 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

maggyero 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

ncoghlan merged commit 1d1b97a into python:master

Jan 14, 2020

9 checks passed

Azure Pipelines PR #20200114.5 succeeded

Details

bedevere/issue-number Issue number 39048 found

Details

bedevere/news News entry found in Misc/NEWS.d

continuous-integration/travis-ci/pr The Travis CI build passed

Details

maggyero deleted the maggyero:patch-14 branch

Jan 14, 2020

maggyero 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

maggyero 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

petdance added a commit to petdance/cpython that referenced this pull request

Jan 17, 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

petdance added a commit to petdance/cpython that referenced this pull request

Jan 17, 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

petdance added a commit to petdance/cpython that referenced this pull request

Jan 17, 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