]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154382) 3.15
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jul 2026 16:44:29 +0000 (18:44 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 16:44:29 +0000 (16:44 +0000)
commit098eb36257752ba4d2cac5764ffc4bff3624fe51
tree46eb2898ba389d02e8672c29c913cd9ca3ea2a3f
parente265465d0519a38a89e52611110da806472f9432
[3.15] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154382)

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

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