]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154383)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jul 2026 16:31:13 +0000 (18:31 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 16:31:13 +0000 (16:31 +0000)
commitec9587270e04bed5756d1e2a3c7afb43c41df5e6
tree4a2078c3a89f757eda284c6561509406404028f9
parent1f0cbea50b3eb1d57ea2328ed1101c4ec82c1f9e
[3.14] gh-154379: Fix test_epoll on Solaris (GH-154380) (GH-154383)

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