You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calling check_nodes(ProcessPool(id='fixed')) then check_nodes(ProcessPool()) in test_join.py throws OSError: [Errno 24] Too many open files (on a mac, at the very least).
Replicate with: $ pypy-3.8 test_join.py. Seen for pypy3.8 and pypy3.9, using v7.3.8.
The text was updated successfully, but these errors were encountered:
calling
check_nodes(ProcessPool(id='fixed'))
thencheck_nodes(ProcessPool())
intest_join.py
throwsOSError: [Errno 24] Too many open files
(on a mac, at the very least).Replicate with:
$ pypy-3.8 test_join.py
. Seen for pypy3.8 and pypy3.9, using v7.3.8.The text was updated successfully, but these errors were encountered: