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 zkonge
Recipients asvetlov, yselivanov, zkonge
Date 2020-07-07.12:08:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594123688.2.0.0110904549514.issue41229@roundup.psfhosted.org>
In-reply-to
Content
The resource used by asynchronous generator can't be released properly when works with "asend" method.

Besides, in Python 3.7-, a RuntimeError was raised when asyncio.run complete, but the message is puzzling:
  RuntimeError: can't send non-None value to a just-started coroutine

In Python 3.8+, No Exception showed.

Python3.5 unsupport yield in async function, so it seems no affect?
History
Date User Action Args
2020-07-07 12:08:08zkongesetrecipients: + zkonge, asvetlov, yselivanov
2020-07-07 12:08:08zkongesetmessageid: <1594123688.2.0.0110904549514.issue41229@roundup.psfhosted.org>
2020-07-07 12:08:08zkongelinkissue41229 messages
2020-07-07 12:08:08zkongecreate