You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-59060: Support IPv6 in logging.handlers.DatagramHandler
It always created an IPv4 socket, so sending to an IPv6 address failed and
the log record was silently lost. Create a socket of the family of the
resolved address if the host has no IPv4 address.
Also add a timeout to the waits in DatagramHandlerTest.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments