Script execution
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import multiprocessing as mp
|
||||
#@mp.set_start_method('forkserver')
|
||||
mp.set_start_method('forkserver')
|
||||
|
||||
def f(name):
|
||||
print('hello', name)
|
||||
|
||||
Reference in New Issue
Block a user