Commit 1004195
committed
Prepare multiprocessing handling 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 1004195
2 files changed
+7
-2
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 | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
244 | 248 | | |
245 | | - | |
| 249 | + | |
246 | 250 | | |
247 | 251 | | |
248 | 252 | | |
| |||
0 commit comments