]> granicus.if.org Git - python/commit
A variant of SF patch 103028 (Make tempfile.mktemp threadsafe).
authorTim Peters <tim.peters@gmail.com>
Fri, 12 Jan 2001 10:02:46 +0000 (10:02 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 12 Jan 2001 10:02:46 +0000 (10:02 +0000)
commit1baa22aff0a9cde81e2b19b36662e7987b83356b
treeea9c661380820791d6c5b3d49aaa0d47022bdecc
parent264630e85525c5bc475204cc1aaced00ab5ec2ff
A variant of SF patch 103028 (Make tempfile.mktemp threadsafe).
Tested on Windows.  Should be tested on Linux.  Should also be
tested on some platform without threads (I simulated that by
making the "import thread" fail, but that's not the same as
actually doing it!).
Lib/tempfile.py