cpython/Lib/test/support
Anselm Kruis 9c819a6a7d [3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826)
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..
(cherry picked from commit 33dddac00b)

Co-authored-by: Anselm Kruis <a.kruis@science-computing.de>
2018-02-23 08:27:54 -08:00
..
__init__.py [3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826) 2018-02-23 08:27:54 -08:00
script_helper.py [3.6] Improves the ability to build in CI (GH-5730) 2018-02-17 20:35:03 -08:00