Message373221
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? |
|
Date |
User |
Action |
Args |
2020-07-07 12:08:08 | zkonge | set | recipients:
+ zkonge, asvetlov, yselivanov |
2020-07-07 12:08:08 | zkonge | set | messageid: <1594123688.2.0.0110904549514.issue41229@roundup.psfhosted.org> |
2020-07-07 12:08:08 | zkonge | link | issue41229 messages |
2020-07-07 12:08:08 | zkonge | create | |
|