]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Oct 2025 11:19:27 +0000 (12:19 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Oct 2025 11:19:27 +0000 (11:19 +0000)
commit6bb49ae650e5ecd7c31150ee9d2c4056c5416688
tree1e7a517f05dfed3add1ba8d018aad33a03b4552f
parent6e70c75d1bad67bb0f7248abe081161d28f7ea6a
[3.14] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511) (GH-140784)

(cherry picked from commit 327dbbedffa3f2c95e70129a11974b83e27864f9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]