]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-94564)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Jul 2022 14:49:05 +0000 (07:49 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 14:49:05 +0000 (15:49 +0100)
commitd49159bd9f1fd7596ca4d77e26c1c2564c624b36
tree97aa10cf1a62e104fe1335f73210e89e95d0e0d1
parent1bfe83a114da3939c00746fc44dc5da7f56f525f
[3.11] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-94564)

Co-authored-by: Erik Montnemery <erik@montnemery.com>
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]