]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-143237: Fix support of named pipes in the rotating logging handlers (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Jan 2026 17:09:40 +0000 (18:09 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Jan 2026 17:09:40 +0000 (17:09 +0000)
commit8ad828750fe2df124c2c522fafee9a041efb6ee7
tree28d5c8a4bdf86fee18553c48f916bb5d19635867
parent0a925ab591c45d6638f37b5e57796f36fa0e56d8
[3.13] gh-143237: Fix support of named pipes in the rotating logging handlers (GH-143259) (#143298)

gh-143237: Fix support of named pipes in the rotating logging handlers (GH-143259)

This fixes regression introduced in GH-105887.
(cherry picked from commit aa8a43d179bad5cd9fbfce63b630e2ee0bd617e4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]