You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPython's logging.Handler has used an RLock (not a Lock) since
Python 2.5, and RLock is not a subclass of Lock, so the stub type
was inaccurate.
Fixes#13382
0 commit comments