SIGN IN SIGN UP

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.
V
Victor Stinner committed
9d40554e0da09a44a8547f3f3a2b9dedfeaf7928
Parent: b607d99
Committed by GitHub <noreply@github.com> on 7/4/2019, 10:28:55 AM