Uh oh!
There was an error while loading. Please reload this page.
bpo-44291: Fix reconnection in logging.handlers.SysLogHandler (GH-26490) - #26490
Conversation
the-knights-who-say-ni
commented
Jun 2, 2021
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
cd61e1dComparecybergrind
commented
Jun 24, 2021
Hi, @vsajip Not sure where is better to remind about PR. It would be great if you could look into it |
vsajip
commented
Jun 24, 2021
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. |
vsajip
commented
Aug 5, 2021
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. |
vsajip
commented
Nov 30, 2022
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