Skip to content
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

socket.RDS_CMSG_RDMA_UPDATE doesn't seem to be real #127069

Open
tungol opened this issue Nov 20, 2024 · 0 comments
Open

socket.RDS_CMSG_RDMA_UPDATE doesn't seem to be real #127069

tungol opened this issue Nov 20, 2024 · 0 comments
Labels
extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error

Comments

@tungol
Copy link
Contributor

tungol commented Nov 20, 2024

Bug report

Bug description:

I was recently working through the constants in socket for typeshed. I found that RDS_CMSG_RDMA_UPDATE is not present in linux header files for any version of linux, and the only hits for a google search are python-related. I believe this is a typo for RDS_CMSG_CONG_UPDATE, which is the only RDS_*_UPDATE constant in rds.h: see the header file here

Given that it's been that way for 13 years without anyone noticing, I don't know if it should be fixed or if it should just be removed. Original issue: #52025

Original commit: 10b8cf4

CPython versions tested on:

CPython main branch

Operating systems tested on:

macOS

@tungol tungol added the type-bug An unexpected behavior, bug, or error label Nov 20, 2024
@picnixz picnixz added the extension-modules C modules in the Modules dir label Nov 21, 2024
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 type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants