logging.Handler.lock should actually be threading.RLock #13382
Open
Description
We have:
However, the stdlib actually uses an RLock
(and has done since CPython 2.5, python/cpython@4a70486):
Note that RLock
is not a subclass of Lock
.
See also #13381 (Should logging.Handler.lock allow None?)
Metadata
Assignees
Labels
No labels