async_retrying icon indicating copy to clipboard operation
async_retrying copied to clipboard

Python 3.11 changes to asyncio makes this module incompatible

Open MTrab opened this issue 3 years ago • 0 comments

https://docs.python.org/3.10/library/asyncio-task.html#generator-based-coroutines

Generally speaking the asyncio.coroutine decorator and yield from is no longer supported in Python 3.11 version of asyncio.

MTrab avatar Mar 20 '23 12:03 MTrab