Skip to content

gh-104061: Add socket.SO_BINDTOIFINDEX constant #104062

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

viccie30
Copy link
Contributor

@viccie30 viccie30 commented May 1, 2023

This socket option avoids a race condition between SO_BINDTODEVICE and network interface renaming.


📚 Documentation preview 📚: https://cpython-previews--104062.org.readthedocs.build/

@ghost
Copy link

ghost commented May 1, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@viccie30 viccie30 force-pushed the add-so-bindtoifindex branch 2 times, most recently from e126c59 to becfb70 Compare May 1, 2023 20:39
@arhadthedev arhadthedev added the extension-modules C modules in the Modules dir label May 2, 2023
@viccie30 viccie30 force-pushed the add-so-bindtoifindex branch from becfb70 to cdafd17 Compare May 25, 2023 09:08
This socket option avoids a race condition between SO_BINDTODEVICE and network interface renaming.
@viccie30 viccie30 force-pushed the add-so-bindtoifindex branch from cdafd17 to acf7134 Compare February 5, 2024 08:37
@serhiy-storchaka serhiy-storchaka merged commit e1fdc3c into python:main Feb 20, 2024
@viccie30 viccie30 deleted the add-so-bindtoifindex branch February 20, 2024 21:56
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
Add socket.SO_BINDTOIFINDEX constant

This socket option avoids a race condition between SO_BINDTODEVICE and network interface renaming.
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
Add socket.SO_BINDTOIFINDEX constant

This socket option avoids a race condition between SO_BINDTODEVICE and network interface renaming.
LukasWoodtli pushed a commit to LukasWoodtli/cpython that referenced this pull request Jan 22, 2025
Add socket.SO_BINDTOIFINDEX constant

This socket option avoids a race condition between SO_BINDTODEVICE and network interface renaming.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants