This commit is contained in:
2022-08-23 14:52:16 +02:00
parent e11007b500
commit 98da94165d
+1 -1
View File
@@ -1,5 +1,5 @@
import multiprocessing as mp
mp.set_start_method('forkserver')
mp.set_start_method('fork')
def f(name):
print('hello', name)