-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
gh-143237: Fix support of named pipes in the rotating logging handlers #143259
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
gh-143237: Fix support of named pipes in the rotating logging handlers #143259
Conversation
…andlers This fixes regression introduced in pythonGH-105887.
|
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit cc46702 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143259%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…andlers (pythonGH-143259) This fixes regression introduced in pythonGH-105887. (cherry picked from commit aa8a43d) Co-authored-by: Serhiy Storchaka <[email protected]>
…andlers (pythonGH-143259) This fixes regression introduced in pythonGH-105887. (cherry picked from commit aa8a43d) Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-143297 is a backport of this pull request to the 3.14 branch. |
|
GH-143298 is a backport of this pull request to the 3.13 branch. |
This fixes regression introduced in GH-105887.