]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 20 Jun 2021 20:36:21 +0000 (13:36 -0700)
committerGitHub <noreply@github.com>
Sun, 20 Jun 2021 20:36:21 +0000 (13:36 -0700)
commit28fe0159f59a761bf52c1999c8f7cb12d0d12562
tree48d763bfc8f243c8ffaa80246534c66f3f159f23
parent5fbccb763ce540c0d07be86660e0357bffc69d76
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
(cherry picked from commit a317778fd58b1c6b250feffbdb4ecf15e293ef48)

Co-authored-by: Georg Sauthoff <mail@georg.so>
Doc/library/socket.rst
Doc/whatsnew/3.10.rst
Misc/NEWS.d/next/Library/2021-05-13-19-44-38.bpo-44077.04b2a4.rst [new file with mode: 0644]
Modules/socketmodule.c