mirror of
https://github.com/python/cpython.git
synced 2026-08-01 09:31:29 +08:00
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>