-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
bpo-44291: Fix reconnection in logging.handlers.SysLogHandler (GH-26490) #26490
Conversation
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA). Recognized GitHub usernameWe couldn't find a bugs.python.org (b.p.o) account corresponding to the following GitHub usernames: This might be simply due to a missing "GitHub Name" entry in one's b.p.o account settings. This is necessary for legal reasons before we can look at this contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for the contribution, we look forward to reviewing it! |
59a6628
to
cd61e1d
Compare
cd61e1d
to
0af1bf5
Compare
0af1bf5
to
7374739
Compare
7374739
to
4cbac84
Compare
Hi, @vsajip Not sure where is better to remind about PR. It would be great if you could look into it |
Hi Kirill, sorry I haven't been able to get to it thus far. I hope to be able to review this soon - say by the middle of next week; this week I am very busy on other stuff that is more urgent. Thanks for your patience. |
Closing and reopening to re-run stalled checks. |
Is this issue resolved with Python version 3.9 as well? If no, how to resolve this error with Python version 3.9 as I can't upgrade my services with Python 3.11. It will be really appreciated if someone can guide me on this. |
Simplest: Why not copy the handler from 3.11 to your own code and use that? |
https://bugs.python.org/issue44291
./python -m test test_logging -m SysLogHandlerTest