New submission from Géry <gery.o...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39048>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to