Skip to content

Avoid the multiprocessing forkserver method #294

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

befeleme
Copy link
Contributor

The default method of creating new processes has been changed to forkserver in Python 3.14. The test code spawns processes in a way that's not compatible with the change. Change the method back to fork on environments, where forkserver is the default.

The default method of creating new processes has been changed to
forkserver. The test code spawns processes in a way that's not
compatible with the change. Change the method back to fork on
environments, where forkserver is the default.
@befeleme
Copy link
Contributor Author

The tests passed, the CI failed on the missing python 3.7 used for style and unit jobs.

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

Successfully merging this pull request may close these issues.

1 participant