[New-bugs-announce] [issue36449] __aexit__ is not called when a context manager is used in an async generator

Andrey Lemets report at bugs.python.org
Wed Mar 27 07:28:56 EDT 2019


New submission from Andrey Lemets <a.a.lemets at gmail.com>:

This code (https://gist.github.com/EnotYoyo/d751951c5ff77e22686715aa9ab05b56) works correctly in python3.6.6 but does not in python3.6.8+

----------
components: asyncio
messages: 338953
nosy: Andrey Lemets, asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: __aexit__ is not called when a context manager is used in an async generator
versions: Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list