]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89415: Add source-specific multicast constants to socket module (#103684)
authorReese Hyde <34076153+rmehyde@users.noreply.github.com>
Thu, 27 Apr 2023 04:05:55 +0000 (00:05 -0400)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 04:05:55 +0000 (21:05 -0700)
commit1d99e9e46e9b517532fea11befe2e6d0043850bd
tree167a0e7d03c62cd4183c30e10c86646b852c1e66
parent9169a56fad246364fd3224306e72e0d0725c35aa
gh-89415: Add source-specific multicast constants to socket module (#103684)

Add socket options for source-specific multicast when present as C #defines.

Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Misc/NEWS.d/next/Library/2023-04-22-11-20-27.gh-issue-89415.YHk760.rst [new file with mode: 0644]
Modules/socketmodule.c