Skip to content

parallel.py: branch on multiprocessing start method#51686

Merged
becker33 merged 1 commit intodevelopfrom
hs/fix/branch-on-start-method
Dec 4, 2025
Merged

parallel.py: branch on multiprocessing start method#51686
becker33 merged 1 commit intodevelopfrom
hs/fix/branch-on-start-method

Conversation

@haampie
Copy link
Copy Markdown
Member

@haampie haampie commented Dec 4, 2025

Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Signed-off-by: Harmen Stoppels <[email protected]>
@becker33 becker33 merged commit d6620aa into develop Dec 4, 2025
33 checks passed
@becker33 becker33 deleted the hs/fix/branch-on-start-method branch December 4, 2025 17:41
becker33 pushed a commit that referenced this pull request Jan 10, 2026
Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Signed-off-by: Harmen Stoppels <[email protected]>
@becker33 becker33 mentioned this pull request Jan 10, 2026
2 tasks
becker33 pushed a commit that referenced this pull request Jan 11, 2026
Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Signed-off-by: Harmen Stoppels <[email protected]>
Signed-off-by: Gregory Becker <[email protected]>
becker33 pushed a commit that referenced this pull request Jan 15, 2026
Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Signed-off-by: Harmen Stoppels <[email protected]>
Signed-off-by: Gregory Becker <[email protected]>
vjranagit pushed a commit to vjranagit/spack that referenced this pull request Jan 18, 2026
Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Signed-off-by: Harmen Stoppels <[email protected]>
Signed-off-by: Gregory Becker <[email protected]>
becker33 pushed a commit that referenced this pull request Jan 22, 2026
Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Signed-off-by: Harmen Stoppels <[email protected]>
Signed-off-by: Gregory Becker <[email protected]>
becker33 pushed a commit that referenced this pull request Jan 26, 2026
Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Signed-off-by: Harmen Stoppels <[email protected]>
Signed-off-by: Gregory Becker <[email protected]>
@becker33 becker33 mentioned this pull request Feb 2, 2026
becker33 pushed a commit that referenced this pull request Feb 2, 2026
Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Signed-off-by: Harmen Stoppels <[email protected]>
becker33 pushed a commit that referenced this pull request Feb 2, 2026
Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Signed-off-by: Harmen Stoppels <[email protected]>
Signed-off-by: Gregory Becker <[email protected]>
becker33 pushed a commit that referenced this pull request Feb 19, 2026
Branch on start method instead of platform, because the start method on
Linux changed from fork to forkserver in Python 3.14.

Signed-off-by: Harmen Stoppels <[email protected]>
Signed-off-by: Gregory Becker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v1.0.3 PRs to backport for v1.0.3 v1.1.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants