Skip to content
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

pypy3.8+ fails test_join with too many open files #235

Open
mmckerns opened this issue Feb 24, 2022 · 1 comment
Open

pypy3.8+ fails test_join with too many open files #235

mmckerns opened this issue Feb 24, 2022 · 1 comment
Labels

Comments

@mmckerns
Copy link
Member

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.

@mmckerns mmckerns added the bug label Feb 24, 2022
@mmckerns
Copy link
Member Author

commented out offending line in: 9adb6ad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant