]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154289: Fix test_socket.testGetServBy on DragonFly (GH-154290)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jul 2026 19:25:33 +0000 (22:25 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 19:25:33 +0000 (19:25 +0000)
commit96059f9446510f594c4148d53bd1a4e3532af697
tree82489a8d7c0429e77aabeee3e07f5071292fcd78
parent53597df11e2d9f01ade2529c147df24b49685878
gh-154289: Fix test_socket.testGetServBy on DragonFly (GH-154290)

DragonFly lists "echo 4/ddp" before "echo 7/tcp" in /etc/services, like
FreeBSD, so avoid the "echo" service there too.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Lib/test/test_socket.py