Skip to content

TestAIOSockets::test_sock_cancel_add_reader_race still hangs with py3.8.4 #354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mgorny opened this issue Jul 20, 2020 · 0 comments · Fixed by #372
Closed

TestAIOSockets::test_sock_cancel_add_reader_race still hangs with py3.8.4 #354

mgorny opened this issue Jul 20, 2020 · 0 comments · Fixed by #372

Comments

@mgorny
Copy link

mgorny commented Jul 20, 2020

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant