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
pythongh-91555: disable logger while handling log record
Prevent the possibility of re-entrancy and deadlock or infinite recursion
caused by logging triggered by logging by disabling logging while the logger is
handling log messages.
0 commit comments