Skip to content

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