]> granicus.if.org Git - python/commit
_RandomNameSequence(): style guide changes, small speedup, don't
authorTim Peters <tim.peters@gmail.com>
Thu, 21 Nov 2002 15:59:59 +0000 (15:59 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 21 Nov 2002 15:59:59 +0000 (15:59 +0000)
commit97701b507bceb466a74d587462cfcbdb79d2fa46
tree6e6bc29c3651c6ac9781a8db538125c1da7214a7
parent6ef966e1ad334d78bd555fb720b606bf3b97aef9
_RandomNameSequence():  style guide changes, small speedup, don't
put more in the critical section than absolutely needed, acquire
the mutex before the "try".
Lib/tempfile.py