]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` module...
authorNikita Sobolev <mail@sobolevn.me>
Wed, 12 Jun 2024 01:00:56 +0000 (04:00 +0300)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 01:00:56 +0000 (21:00 -0400)
commitf5a9c34f38886c5cf9c2f8d860eee3473447e030
treeb13a74a5eaa3a68f78278c8d38009d652d7c8462
parent34e4d3287e724c065cc07b04a1ee8715817db284
gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` module (#120058)

* gh-120056: Add `IP_RECVERR` and `IP_RECVTTL` to `socket` module

* Fix news

* Address review

* Update NEWS
Doc/library/socket.rst
Misc/NEWS.d/next/Library/2024-06-04-19-49-16.gh-issue-120056.5aqozw.rst [new file with mode: 0644]
Modules/socketmodule.c