]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:31:54 +0000 (12:31 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Oct 2025 11:31:54 +0000 (11:31 +0000)
commit32c3dcc7a4909afe3f6a6bf720c829b0d00a2968
tree49ff155f7da9102822df0eed9ca2043fa2a71b42
parent08cacb2a14dd2db133448b24bb9c1d7d21bed07d
[3.13] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511) (GH-140785)

(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]