Serhiy Storchaka 46acb79cd4
gh-70990: Support bytes addresses of Unix sockets in SysLogHandler (GH-154500)
Only a str address was recognized as a Unix domain socket.  A bytes
address, which socket.bind() accepts, fell through to the (host, port)
branch and raised ValueError.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-24 19:54:01 +03:00
..