This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add option to create MPTCP sockets
Type: enhancement Stage: commit review
Components: Extension Modules Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gregory.p.smith Nosy List: RuiCunhaM, gregory.p.smith, ncoghlan, petr.viktorin
Priority: normal Keywords: patch

Created on 2021-03-20 16:53 by RuiCunhaM, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 24946 merged RuiCunhaM, 2021-03-20 17:36
Messages (2)
msg389187 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2021-03-20 22:05
New changeset b05b48dd7ab68bf0046356f2abd6d7fe3b5b3d77 by Rui Cunha in branch 'master':
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
https://github.com/python/cpython/commit/b05b48dd7ab68bf0046356f2abd6d7fe3b5b3d77
msg389188 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2021-03-20 22:06
Thanks for the contribution!

Simple constant addition.  I ignored the contributor CLA status as a result.  There's only one way to write this non-logic plumbing.
History
Date User Action Args
2022-04-11 14:59:43adminsetgithub: 87737
2021-03-20 22:06:54gregory.p.smithsetstatus: open -> closed
messages: + msg389188

assignee: gregory.p.smith
resolution: fixed
stage: patch review -> commit review
2021-03-20 22:05:02gregory.p.smithsetnosy: + gregory.p.smith
messages: + msg389187
2021-03-20 17:36:28RuiCunhaMsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23705
2021-03-20 16:53:08RuiCunhaMcreate