]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in verbose output for RLock when the initial lock acquisition occurs.
authorBrett Cannon <bcannon@gmail.com>
Thu, 27 Jan 2005 22:52:09 +0000 (22:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 27 Jan 2005 22:52:09 +0000 (22:52 +0000)
commit392b2cb4bc02676f698e1a68d4351bb5b93c6569
tree6de35634c063af15eb7113a641709dffaed10350
parentf3377e42e30999a47dbca0395f986a45b157e090
Fix typo in verbose output for RLock when the initial lock acquisition occurs.

Closes bug #1110998.
Lib/threading.py