Commit 0f189a9
chore(automator): rename _mp_fork_set -> _mp_spawn_set, drop dead constant
The flag guards set_start_method("spawn"), not fork — the old name
described behavior this code stopped having. _VALID_MP_START_METHODS
had zero references.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent c455938 commit 0f189a9
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments