• Nick Coghlan's avatar
    Close #10128: don't rerun __main__.py in multiprocessing · 2a6c2c9b
    Nick Coghlan yazdı
    - backports issue #10845's mitigation of incompatibilities between
      the multiprocessing module and directory and zipfile execution
    - Multiprocessing on Windows will now automatically skip rerunning top
      level __main__.py modules in spawned processes, rather than failing
      with AssertionError
    2a6c2c9b
forking.py 16.7 KB