]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143237: Fix support of named pipes in the rotating logging handlers (GH-143259)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 30 Dec 2025 14:56:29 +0000 (16:56 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Dec 2025 14:56:29 +0000 (14:56 +0000)
commitaa8a43d179bad5cd9fbfce63b630e2ee0bd617e4
tree1f58c76902387c05ff22c7a8e377751750df0010
parent7e3a5a7e791b742a74c64810f221854191b94c1f
gh-143237: Fix support of named pipes in the rotating logging handlers (GH-143259)

This fixes regression introduced in GH-105887.
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2025-12-28-20-28-05.gh-issue-143237.q1ymuA.rst [new file with mode: 0644]