]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818)
authorChris Angelico <rosuav@gmail.com>
Sat, 22 Nov 2025 17:07:21 +0000 (04:07 +1100)
committerGitHub <noreply@github.com>
Sat, 22 Nov 2025 17:07:21 +0000 (18:07 +0100)
commitf21ed37daf95c8100688b5a41b1094dd18517375
treeaccf8a0ac098c040f52e6cfbb570f7a5f5732db4
parentdc9d2eea587a0e1a651495c82798ca55b6be0b1b
gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/socket.rst
Misc/NEWS.d/next/Library/2025-11-21-21-14-10.gh-issue-141817._v5LdB.rst [new file with mode: 0644]
Modules/socketmodule.c