[New-bugs-announce] [issue39048] Reorder the __aenter__ and __aexit__ checks for async with

Géry report at bugs.python.org
Sat Dec 14 14:58:37 EST 2019


New submission from Géry <gery.ogam at gmail.com>:

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: https://github.com/python/cpython/pull/17609

----------
components: Interpreter Core
messages: 358403
nosy: brett.cannon, maggyero, rhettinger
priority: normal
pull_requests: 17080
severity: normal
status: open
title: Reorder the __aenter__ and __aexit__ checks for async with
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39048>
_______________________________________


More information about the New-bugs-announce mailing list