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
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
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
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
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
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
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
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
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request
…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
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