]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132106: Ensure that running `logging.handlers.QueueListener` cannot be started...
authorCharles Machalow <csm10495@gmail.com>
Sun, 13 Apr 2025 07:53:13 +0000 (00:53 -0700)
committerGitHub <noreply@github.com>
Sun, 13 Apr 2025 07:53:13 +0000 (08:53 +0100)
commit5863cd70b8782313b52bb8c71a4127d7ea4c50e9
treef8bba8012267489bc615b3cecdb487d32ce55b3c
parent64b066ad298506f715647c9a2524c9fbbc764cc2
gh-132106: Ensure that running `logging.handlers.QueueListener` cannot be started again (GH-132444)

Prevents a thread leak
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/logging.handlers.rst
Doc/whatsnew/3.14.rst
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2025-04-12-09-30-24.gh-issue-132106.OxUds3.rst [new file with mode: 0644]