]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-17864)
authorJason R. Coombs <jaraco@jaraco.com>
Mon, 6 Jan 2020 12:59:36 +0000 (07:59 -0500)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 12:59:36 +0000 (07:59 -0500)
commit7cdc31a14c824000cbe8b487900c9826a33f6940
treed56ffbecc69625fe13a718bdba4778f4f4ad892a
parent5136e721d7d9eae62ffad17328566b2315e42c00
bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-17864)

Fixes error attempting to bind to IPv4 address.
Lib/http/server.py