]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Jun 2024 09:09:17 +0000 (11:09 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2024 09:09:17 +0000 (10:09 +0100)
commit9df7392ebad877fdaa3d6f1c1f1c7504a50efb72
tree9287073ab600672982d8d1b6c992be066ab6524c
parentc83997476f9bcb28af02296c3c74c1549dcd9f35
[3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872) (GH-121078)

(cherry picked from commit 7d9c68513d112823a9a6cdc7453b998b2c24eb4c)
Lib/logging/config.py
Lib/test/test_logging.py
Misc/ACKS