ptadapter
ptadapter copied to clipboard
TypeError: Passing coroutines is forbidden, use tasks explicitly
This is running on Windows 10 with Python 3.11.4.
close_tasks, _ = await asyncio.wait([w.wait_closed() for w in writers])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Passing coroutines is forbidden, use tasks explicitly.
Please try the latest master.
The same issue occurs for the latest 3.0 release on python 3.11
I have just uploaded 3.0.1 to PyPI, which should have fixed this.