cpython/Lib/logging
Miss Islington (bot) cedc37a894
[3.14] gh-91555: disable logger while handling log record (GH-131812) (GH-133899)
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>
2025-05-12 13:02:21 +01:00
..
__init__.py [3.14] gh-91555: disable logger while handling log record (GH-131812) (GH-133899) 2025-05-12 13:02:21 +01:00
config.py gh-115032: Deprecate support for custom logging handlers with 'strm' argument. (GH-115314) 2025-04-27 22:18:14 +01:00
handlers.py gh-132106: Ensure that running logging.handlers.QueueListener cannot be started again (GH-132444) 2025-04-13 08:53:13 +01:00