]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)
authorErik Montnemery <erik@montnemery.com>
Tue, 5 Jul 2022 14:23:12 +0000 (16:23 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 14:23:12 +0000 (15:23 +0100)
commitc60f125533b8808317c1370450f0535430d59d8c
treef7ae0ef6c786f91dcbd9b15498d1d6d5c32b784f
parent324d01944d16868b07df9e8eef6987766a31a36d
bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)
Doc/library/logging.handlers.rst
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2022-02-15-12-40-48.bpo-46755.zePJfx.rst [new file with mode: 0644]