• Anselm Kruis's avatar
    bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) · 33dddac0
    Anselm Kruis yazdı
    Make test.support.temp_cwd() fork-safe. The context manager test.support.temp_cwd() no longer removes the temporary directory when executing in a process other than the parent it entered from.
    If a forked child exits the context manager it won't do the cleanup.
    33dddac0
test_support.py 20.7 KB