Multiprocessing on Windows breaks
问题 I develop with Python on Linux and have never really seen this sort of problem with Windows. I'm using the multiprocessing library to speed up computations, which works very well for me on Linux. On Windows, however, things don't run as smoothly: * [INFO] Parsing 1 file using 2 threads Traceback (most recent call last): File "main.py", line 170, in <module> master = ParsingMaster(parser, list(input_file), output_list, threads=num_threads) Traceback (most recent call last): File "main.py",