]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44291: Fix reconnection in logging.handlers.SysLogHandler (GH-26490)
authorKirill Pinchuk <192182+cybergrind@users.noreply.github.com>
Thu, 5 Aug 2021 13:58:16 +0000 (16:58 +0300)
committerGitHub <noreply@github.com>
Thu, 5 Aug 2021 13:58:16 +0000 (14:58 +0100)
commit3d315c311676888201f4a3576e4ee3698684a3a2
treef9fd948febf5c5d077af5eb79ba977c42a4c8208
parent8f010dc920e1f6dc6a357e7cc1460a7a567c05c6
bpo-44291: Fix reconnection in logging.handlers.SysLogHandler (GH-26490)
Lib/logging/handlers.py
Lib/test/test_logging.py