Skip to content

gh-89415: Add source-specific multicast constants to socket module - #103684

Merged
gpshead merged 5 commits into
python:mainfrom
rmehyde:socket-ssm_issue-89415
Apr 27, 2023
Merged

gh-89415: Add source-specific multicast constants to socket module#103684
gpshead merged 5 commits into
python:mainfrom
rmehyde:socket-ssm_issue-89415

Conversation

@rmehyde

@rmehydermehyde commented Apr 22, 2023

Copy link
Copy Markdown
Contributor

Addresses #89415 by adding IP_UNBLOCK_SOURCE, IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP, and IP_DROP_SOURCE_MEMBERSHIP constants to the socket module if found in system headers.

I believe this follows the approach suggested by @gpshead but this is my first contribution so please let me know what I missed!

@ghost

ghost commented Apr 22, 2023

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.
CLA signed

@arhadthedevarhadthedev added the extension-modules C modules in the Modules dir label Apr 22, 2023
Comment threadMisc/NEWS.d/next/Library/2023-04-22-11-20-27.gh-issue-89415.YHk760.rst Outdated
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

extension-modulesC modules in the Modules dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@rmehyde@gpshead@arhadthedev@bedevere-bot