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 tomgrin10
Recipients asvetlov, tomgrin10, yselivanov
Date 2020-08-13.20:58:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597352328.6.0.811344048873.issue41543@roundup.psfhosted.org>
In-reply-to
Content
`contextlib.nullcontext` cannot be used with async conetext managers, because it implements only `__enter__` and `__exit__`, and doesn't implement `__aenter__` and `__aexit__`.
History
Date User Action Args
2020-08-13 20:58:48tomgrin10setrecipients: + tomgrin10, asvetlov, yselivanov
2020-08-13 20:58:48tomgrin10setmessageid: <1597352328.6.0.811344048873.issue41543@roundup.psfhosted.org>
2020-08-13 20:58:48tomgrin10linkissue41543 messages
2020-08-13 20:58:48tomgrin10create