Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
devel:languages:python:numeric
python-distributed
distributed-ignore-thread-leaks.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File distributed-ignore-thread-leaks.patch of Package python-distributed
Index: distributed-2024.2.0/distributed/utils_test.py =================================================================== --- distributed-2024.2.0.orig/distributed/utils_test.py +++ distributed-2024.2.0/distributed/utils_test.py @@ -1644,7 +1644,7 @@ def check_thread_leak(): yield start = time() - while True: + while False: bad_threads = [ thread for thread in threading.enumerate()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor