diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-07-04 10:28:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-04 10:28:55 (GMT) |
commit | 9d40554e0da09a44a8547f3f3a2b9dedfeaf7928 (patch) | |
tree | 4ee94eec007f76e75675a50221e0aaf7c81b4cbf /Python/_warnings.c | |
parent | b607d992e76e485f20be3bfd6b311525123f936b (diff) | |
download | cpython-9d40554e0da09a44a8547f3f3a2b9dedfeaf7928.zip cpython-9d40554e0da09a44a8547f3f3a2b9dedfeaf7928.tar.gz cpython-9d40554e0da09a44a8547f3f3a2b9dedfeaf7928.tar.bz2 |
bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)
Fix multiprocessing.util.get_temp_dir() finalizer: clear also the
'tempdir' configuration of the current process, so next call to
get_temp_dir() will create a new temporary directory, rather than
reusing the removed temporary directory.
Diffstat (limited to 'Python/_warnings.c')
0 files changed, 0 insertions, 0 deletions