diff options
author | Anselm Kruis <a.kruis@science-computing.de> | 2018-02-23 01:37:38 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2018-02-23 01:37:38 (GMT) |
commit | 33dddac00ba8d9b72cf21b8698504077eb3c23ad (patch) | |
tree | 40893955f445131d96c340493afd027cfcaa66f5 /Misc | |
parent | 520b7ae27e39d1c77ea74ccd1b184d7cb43f9dcb (diff) | |
download | cpython-33dddac00ba8d9b72cf21b8698504077eb3c23ad.zip cpython-33dddac00ba8d9b72cf21b8698504077eb3c23ad.tar.gz cpython-33dddac00ba8d9b72cf21b8698504077eb3c23ad.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -857,6 +857,7 @@ Pedro Kroger Hannu Krosing Andrej Krpic Ivan Krstić +Anselm Kruis Steven Kryskalla Andrew Kuchling Dave Kuhlman |