]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154379: Fix test_epoll on Solaris (GH-154380) main
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Jul 2026 16:02:51 +0000 (19:02 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 16:02:51 +0000 (16:02 +0000)
commitb6abee522f1dbbba36cc306aa99ac22d1df5c454
tree06f4dfb9024e8bbbb72a70330cb49305365b618f
parentd333e5aa59f6cc20198502f4ff50b14eabde9b8b
gh-154379: Fix test_epoll on Solaris (GH-154380)

A non-blocking connect() can be completed immediately, and unregistering
a closed file descriptor succeeds on Solaris.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_epoll.py