]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154384)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jul 2026 16:27:04 +0000 (18:27 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 16:27:04 +0000 (16:27 +0000)
commit1f822bd4314bbe60fad30c9907e4ae0ea654a0f8
tree1aa88b01e10afeaef9a434976d55e013b0338459
parent621e1bba318796b366b01081265fac529646c320
[3.13] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154384)

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