You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you reproduce the bug with PYTHONASYNCIODEBUG in env?: yes
Does uvloop behave differently from vanilla asyncio? How?: no clue
tests/test_sockets.py::TestAIOSockets::test_sock_cancel_add_reader_race is marked to be skipped on py3.8.0 to 3.8.2 due to unresolved bug in CPython. However, it still hangs on me on 3.8.4, and I don't really see 3.8 backports on the linked bug (https://bugs.python.org/issue30064), so I think the range may need extending to all Python 3.8 versions.
The text was updated successfully, but these errors were encountered:
PYTHONASYNCIODEBUG
in env?: yestests/test_sockets.py::TestAIOSockets::test_sock_cancel_add_reader_race
is marked to be skipped on py3.8.0 to 3.8.2 due to unresolved bug in CPython. However, it still hangs on me on 3.8.4, and I don't really see 3.8 backports on the linked bug (https://bugs.python.org/issue30064), so I think the range may need extending to all Python 3.8 versions.The text was updated successfully, but these errors were encountered: