-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Remove some old deprecated code #6144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These deprecations seem straightforward to me. It looks like test cases fail due to leaked semaphores on Windows py3.8 and a leaked thread on MacOS py3.8. Do you think this is a matter for concern?
Definitely a concern. Our CI system needs love. I'm working on these issues separately in other PRs. I don't think that they're related to these changes. |
I think the leaked semaphores are not |
See https://github.com/dask/distributed/runs/6048484364?check_suite_focus=true The semaphore code in Dask comes up an increasing fraction of the time. This part of the codebase has tests that I don't understand well enough to operate in. As a result I'm not able to clean them up the way I am with the other parts of the codebase. |
No description provided.