Python multiprocessing pool OSError: Too many files open

后端 未结 0 420
清歌不尽
清歌不尽 2020-12-15 06:57

I have to check how much time do_something() takes in total for a pair of lists containing 30k elements. Below is my code

def run(a, b, data):
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题