This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maggyero
Recipients brett.cannon, maggyero, rhettinger
Date 2019-12-14.19:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576353517.6.0.763131039625.issue39048@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-12-14 19:58:37maggyerosetrecipients: + maggyero, brett.cannon, rhettinger
2019-12-14 19:58:37maggyerosetmessageid: <1576353517.6.0.763131039625.issue39048@roundup.psfhosted.org>
2019-12-14 19:58:37maggyerolinkissue39048 messages
2019-12-14 19:58:37maggyerocreate