| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…in urllib In `_is_local_authority()`, return early if the authority matches the machine hostname from `socket.gethostname()`, rather than resolving the names and matching IP addresses.
|
🤖 New build scheduled with the buildbot fleet by @barneygale for commit d3f2555 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F132523%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. This fixes problem on the FreeBSD VM.
There is other failure on OpenBSD VM, but it is a different issue.
Sorry, something went wrong.
|
Thanks Serhiy |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In _is_local_authority(), return early if the authority matches the machine hostname from socket.gethostname(), rather than resolving the names and matching IP addresses.