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 naglis
Recipients docs@python, naglis
Date 2020-06-14.12:26:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592137610.97.0.667816309601.issue40975@roundup.psfhosted.org>
In-reply-to
Content
enter_async_context[1] and aclose[2] are coroutine methods.

1: https://github.com/python/cpython/blob/8f04a84755babe516ebb5304904ea7c15b865c80/Lib/contextlib.py#L548
2: https://github.com/python/cpython/blob/8f04a84755babe516ebb5304904ea7c15b865c80/Lib/contextlib.py#L591
History
Date User Action Args
2020-06-14 12:26:51naglissetrecipients: + naglis, docs@python
2020-06-14 12:26:50naglissetmessageid: <1592137610.97.0.667816309601.issue40975@roundup.psfhosted.org>
2020-06-14 12:26:50naglislinkissue40975 messages
2020-06-14 12:26:50nagliscreate