Skip to content

Conversation

@StanFromIreland
Copy link
Member

@StanFromIreland StanFromIreland commented Jan 22, 2026

The check was (fd > 0), should be (fd >= 0).
(cherry picked from commit fa44efa)

…th an fd of 0 (pythonGH-144022)

The check was (fd > 0), should be (fd >= 0).
(cherry picked from commit fa44efa)

Co-authored-by: AZero13 <gfunni234@gmail.com>
@vstinner vstinner enabled auto-merge (squash) January 22, 2026 15:38
@vstinner vstinner merged commit 837b88f into python:3.13 Jan 22, 2026
70 of 76 checks passed
@StanFromIreland StanFromIreland deleted the backport-fa44efa-3.13 branch January 22, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants