cpython/Lib/test/support
Anselm Kruis 33dddac00b bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066)
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.
2018-02-22 17:37:38 -08:00
..
__init__.py bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) 2018-02-22 17:37:38 -08:00
script_helper.py Improves the ability to build in CI (GH-5728) 2018-02-17 18:59:03 -08:00