]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146205: Check the errno with != 0 in close impls in select module (#146206)
authorAN Long <aisk@users.noreply.github.com>
Fri, 20 Mar 2026 13:44:01 +0000 (21:44 +0800)
committerGitHub <noreply@github.com>
Fri, 20 Mar 2026 13:44:01 +0000 (14:44 +0100)
commit9f9faa2d1a31e6d1d6271efa834b955f4acd53ee
tree4225e197c143b3cb9c60b71dcb3ba506864d1d4d
parent2f4eb34bd23d57d38f81da561e889c60fca244cd
gh-146205: Check the errno with != 0 in close impls in select module (#146206)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/test/test_devpoll.py
Lib/test/test_epoll.py
Lib/test/test_kqueue.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-20-12-52-55.gh-issue-146205.M4yKdf.rst [new file with mode: 0644]
Modules/selectmodule.c