Closed
Description
- uvloop version: git master (6ef69a7)
- Python version: 3.8.4
- Platform: Linux
- 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.
Metadata
Metadata
Assignees
Labels
No labels