-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
ValueError: need at most 63 handles, got a sequence of length 66 #30
Comments
Are you on latest Python? |
C:\Users>python my cpu threadripper 3975X (32 physical cores, 64 logical processors), |
64 logical processors that's it. I am trying a fix. |
I pushed a possible fix. Can you try |
This version of libsast 2.0.1 works properly |
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Python3\lib\threading.py", line 980, in _bootstrap_inner
self.run()
File "C:\Python3\lib\threading.py", line 917, in run
self._target(*self._args, **self._kwargs)
File "C:\Python3\lib\multiprocessing\pool.py", line 519, in _handle_workers
cls._wait_for_updates(current_sentinels, change_notifier)
File "C:\Python3\lib\multiprocessing\pool.py", line 499, in _wait_for_updates
wait(sentinels, timeout=timeout)
File "C:\Python3\lib\multiprocessing\connection.py", line 884, in wait
ready_handles = _exhaustive_wait(waithandle_to_obj.keys(), timeout)
File "C:\Python3\lib\multiprocessing\connection.py", line 816, in _exhaustive_wait
res = _winapi.WaitForMultipleObjects(L, False, timeout)
ValueError: need at most 63 handles, got a sequence of length 66
The text was updated successfully, but these errors were encountered: