]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH...
authorJanek Nouvertné <provinzkraut@posteo.de>
Thu, 27 Jun 2024 07:09:01 +0000 (09:09 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2024 07:09:01 +0000 (08:09 +0100)
commit7d9c68513d112823a9a6cdc7453b998b2c24eb4c
tree6acf888ef213fd0b83583fcfcd665200d357be1f
parent4be1f37b20bd51498d3adf8ad603095c0f38d6e5
gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872)
Lib/logging/config.py
Lib/test/test_logging.py
Misc/ACKS