]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use threading.local() instead of threading.currentThread().
authorRaymond Hettinger <python@rcn.com>
Wed, 14 Jul 2004 21:04:27 +0000 (21:04 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 14 Jul 2004 21:04:27 +0000 (21:04 +0000)
commitef66debd7ef590304466d13dde4082632750fa7c
tree4e4f2f5214e55944a36fc3da0cbb517186e793f7
parent99148e7eaad7741fbfb0822009b7c9b216ecc227
Use threading.local() instead of threading.currentThread().
Lib/decimal.py