◐ Shell
clean mode source ↗

gh-146205: Check the errno with != 0 in close impls in select module by aisk · Pull Request #146206 · python/cpython

vstinner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aisk aisk deleted the fix-select-close branch

March 20, 2026 13:44

@vstinner

PR merged, thanks for the fix.

I'm not sure about backporting this change to 3.13 and 3.14. This change can cause applications to start failing since errors were ignored silently previously. I prefer to only introduce the change in Python 3.15.

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Mar 22, 2026

ljfp pushed a commit to ljfp/cpython that referenced this pull request

Apr 25, 2026
…odule (python#146206)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>