]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Jun 2024 16:10:53 +0000 (18:10 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2024 16:10:53 +0000 (17:10 +0100)
commitb31f7e2e90a811f46f1934dd3604412d1381eede
treeebbf3e686bd0ffce63397963a1441c054ee673ab
parent8ea6cc14a5178b456278c35f63b0859c6b5f4f64
[3.12] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872) (GH-121077)

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