Open
Conversation
This fix suggested by Gemini resolves an error that occurs on some newer versions of python (specifically the one in Debian 13)
joshanne
suggested changes
Mar 19, 2026
Contributor
There was a problem hiding this comment.
Hi @tmagik - thanks for this PR.
I can see at some point after python 3.12.2 and 3.14.x the function get_start_method starts returning forkserver instead of None (at least on my ubuntu machine).
I've tested this change on both, it works as i would expect.
I can try help get this merged as its own changeset, but could you update:
- Rename the PR to something more in line with what you've changed - in this case, fix main from (re)setting the multiprocessing start method.
- Drop the additional commits (I understand you may be using them but they've made your PR dependent on those changes)
This is more of a conditional approval at this stage.
Thanks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds to #115 and fixes a startup issue on Debian 13 (and probably recent fedora as well)