Files
cpython/Lib
Victor Stinner 9d40554e0d 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.
2019-07-04 12:28:55 +02:00
..
2019-06-04 19:44:34 +02:00
2019-05-23 08:45:22 -07:00