Commit 37a615c
committed
Prepare salt.utils.process for python 3.14
Python 3.14 changed multiprocessing method from 'fork' to 'forkserver'
on Linux too:
python/cpython#84559
This leads to issue similar to when Python 3.8 changed it on Mac OS:
#57742
Change the condition to check for != 'fork' instead of == 'spawn'.1 parent 3ce11a7 commit 37a615c
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
| 900 | + | |
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
| |||
0 commit comments