Closed yan12125 closed 2 years ago
There are three failed tests on Python 3.11. Here is the full log: test-failures.txt. One of them is caused by the removal of asyncio.coroutine, and the others appears related to a changed behavior in asyncio.wait(), which no longer accepts coroutines.
asyncio.wait()
Description
There are three failed tests on Python 3.11. Here is the full log: test-failures.txt. One of them is caused by the removal of asyncio.coroutine, and the others appears related to a changed behavior in
asyncio.wait()
, which no longer accepts coroutines.Details