ptadapter icon indicating copy to clipboard operation
ptadapter copied to clipboard

TypeError: Passing coroutines is forbidden, use tasks explicitly

Open computerscot opened this issue 1 year ago • 1 comments

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.

computerscot avatar Aug 22 '23 03:08 computerscot

Please try the latest master.

twisteroidambassador avatar Aug 23 '23 11:08 twisteroidambassador

The same issue occurs for the latest 3.0 release on python 3.11

baborok avatar Aug 22 '24 08:08 baborok

I have just uploaded 3.0.1 to PyPI, which should have fixed this.

twisteroidambassador avatar Sep 02 '24 06:09 twisteroidambassador