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
Python 3.13 deleted the following internale functions:
- logging._acquireLock()
- logging._releaseLock()
See python/cpython@74723e1 (Sep 27, 2023)
logging._lock was not touched.
So, we use "with logging._lock" instead this pair of deleted function.
Patch was tested with python v3.8.0
0 commit comments