mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
cedc37a894
Prevent the possibility of re-entrancy leading to deadlock or infinite recursion (caused by logging triggered by logging), by disabling logging while the logger is handling log messages.
(cherry picked from commit 2561e148ec)
Co-authored-by: Duane Griffin <duaneg@dghda.com>