This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: RLock logging mispells "success"
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, mbogosian
Priority: normal Keywords:

Created on 2005-01-27 20:05 by mbogosian, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg24075 - (view) Author: Matt Bogosian (mbogosian) Date: 2005-01-27 20:05
When verbose logging is turned on for RLock objects
(via the constructor), attempts to acquire the lock are
logged, but spelling didn't seem to be a priority ;-) :

Thread-2: <_RLock(Thread-2, 1)>.acquire(1): initial succes

"succes" should be "success"

This was present in my tests of 2.3 and 2.4.
msg24076 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2005-01-27 22:52
Logged In: YES 
user_id=357491

Fixed in rev. 1.48 for 2.5 and rev. 1.45.4.1 for 2.4 and rev. 1.38.6.5 for 
2.3.

Thanks, Matthew.
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41499
2005-01-27 20:05:33mbogosiancreate