from multiprocessing import Pool def f(x): return x*x if __name__ == '__main__': with ... The parent process starts a fresh python interpreter process.
確定! 回上一頁