mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| script_helper.py | ||