This commit is contained in:
2022-08-23 14:51:37 +02:00
parent 04efae374e
commit 0f61073349
+1 -1
View File
@@ -1,5 +1,5 @@
import multiprocessing as mp
mp.set_start_method('fork')
#@mp.set_start_method('forkserver')
def f(name):
print('hello', name)