• Richard Oudkerk's avatar
    Make test_multiprocessing cleanup properly · 225cb8d0
    Richard Oudkerk authored
    Previously, when an error was encountered some processes would not be
    stopped until atexit callbacks were run.  On Windows that was too late
    to prevent a PermissionError when regrtest tried to remove the temp
    directory it ran the tests in.
    225cb8d0
test_multiprocessing.py 83.2 KB