mirror of
https://github.com/python/cpython.git
synced 2026-07-16 23:15:25 -04:00
2561e148ec
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.