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
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
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
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
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
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
maggyero deleted the maggyero:patch-14 branch
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
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
petdance added a commit to petdance/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
petdance added a commit to petdance/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
petdance added a commit to petdance/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