-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-132106: Ensure that running logging.handlers.QueueListener
cannot be started again
#132444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Prevents a thread leak
logging.handlers.QueueListener
cannot be started again
This could be backported in some sense since it can be regarded as a bugfix, but I'll let @vsajip decide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some cosmetic improvements for rendering the method's name.
Misc/NEWS.d/next/Library/2025-04-12-09-30-24.gh-issue-132106.OxUds3.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sorry, @csm10495 and @vsajip, I could not cleanly backport this to
|
…stener` cannot be started again (pythonGH-132444) Prevents a thread leak Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> (cherry picked from commit 5863cd7) Co-authored-by: Charles Machalow <csm10495@gmail.com>
GH-132471 is a backport of this pull request to the 3.13 branch. |
gh-132106 - Make it so start can't be called again while running
Helps prevents a thread leak
📚 Documentation preview 📚: https://cpython-previews--132444.org.readthedocs.build/