We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ref : python/cpython#15225
src/python/pants/bin/daemon_pants_runner.py 215: if writer.isAlive(): tests/python/pants_test/pantsd/service/test_pants_service.py 49: self.assertTrue(t.isAlive()) 53: self.assertFalse(t.isAlive())
The text was updated successfully, but these errors were encountered:
Thread.isAlive()
Thank you for reporting this! Opened #9727.
Sorry, something went wrong.
Fix deprecated use of Thread.isAlive() (#9727)
cd79df9
Closes #9687. [ci skip-rust-tests] [ci skip-jvm-tests]
Eric-Arellano
Successfully merging a pull request may close this issue.
Ref : python/cpython#15225
The text was updated successfully, but these errors were encountered: