]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126400: Add TCP socket timeout to SysLogHandler to prevent blocking (GH-126716)
authorHod <104125115+hodamarr@users.noreply.github.com>
Wed, 29 Jan 2025 19:37:43 +0000 (21:37 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 19:37:43 +0000 (19:37 +0000)
commitfdcedfd3cf1a645634dee354ee349d966c56348f
treee1461e8306a174a43187433a1d8ad5b9b9c65e61
parent002c4e2982910937f35a4b80ab94b07c3c16067f
gh-126400: Add TCP socket timeout to SysLogHandler to prevent blocking (GH-126716)

Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
Doc/library/logging.handlers.rst
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2025-01-29-13-37-18.gh-issue-126400.DaBaR3.rst [new file with mode: 0644]