summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-07-03-12-47-52.bpo-37421.gR5hC8.rst
blob: 450d76f072890cddb81633e4e416a0d333b74fd2 (plain)
1
2
3
4
Fix :func:`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.