]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Oct 2025 10:52:02 +0000 (12:52 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Oct 2025 10:52:02 +0000 (12:52 +0200)
commit327dbbedffa3f2c95e70129a11974b83e27864f9
tree5147bcfd26e1e1e34fbe305329f8017a8330ba72
parent622d97b8bbeb9ebdaa1061adf99a8b240d715e2f
gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511)
Doc/library/logging.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2025-10-23-19-39-16.gh-issue-138162.Znw5DN.rst [new file with mode: 0644]