]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
authorRui Cunha <rpmonteiro24@hotmail.com>
Sat, 20 Mar 2021 22:04:56 +0000 (22:04 +0000)
committerGitHub <noreply@github.com>
Sat, 20 Mar 2021 22:04:56 +0000 (15:04 -0700)
commitb05b48dd7ab68bf0046356f2abd6d7fe3b5b3d77
tree16db8b9d1324c2cc442cb3d3083144de87b8205b
parent66c8adfa27aeea004657ef29b6db4e4c360ad611
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)

Add IPPROTO_MPTCP constant when defined in the system headers.
Doc/library/socket.rst
Doc/whatsnew/3.10.rst
Misc/NEWS.d/next/Library/2021-03-20-17-40-35.bpo-43571.acAL0W.rst [new file with mode: 0644]
Modules/socketmodule.c