Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.13] gh-100218: correctly seterrno whensocket.if_{nametoindex,indextoname} raiseOSError (GH-140905)#141285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
picnixz merged 1 commit intopython:3.13frompicnixz:backport-3ce2d57-3.13
Nov 9, 2025

Conversation

@picnixz
Copy link
Member

@picnixzpicnixz commentedNov 9, 2025
edited by bedevere-appbot
Loading

Previously, socket.if_nametoindex() and socket.if_indextoname() could raise anOSError with aNone errno. Now, the errno from libc is propagated. (cherry picked from commit3ce2d57)

…index,indextoname}` raise `OSError` (pythonGH-140905)Previously, socket.if_nametoindex() and socket.if_indextoname() could raisean `OSError` with a `None` errno. Now, the errno from libc is propagated.(cherry picked from commit3ce2d57)Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@efimov-mikhail
Copy link
Member

MacOS FT errors seem to be unrelated. Should we create a new issue for those?

@picnixz
Copy link
MemberAuthor

picnixz commentedNov 9, 2025
edited
Loading

I think I created or saw an issue somewhere but I know that the IDLE issues always appear on macOS. Could you check this for me please?

@efimov-mikhail
Copy link
Member

I've found this issue:
#134770

picnixz reacted with thumbs up emoji

@picnixzpicnixz merged commit873f0d0 intopython:3.13Nov 9, 2025
74 of 76 checks passed
@picnixzpicnixz deleted the backport-3ce2d57-3.13 branchNovember 9, 2025 13:42
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@picnixz@efimov-mikhail

[8]ページ先頭

©2009-2025 Movatter.jp