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: socketmodule add Linux SO_INCOMING_CPU constant
Type: enhancement Stage: patch review
Components: Library (Lib) Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: devnexen
Priority: normal Keywords: patch

Created on 2022-02-09 21:37 by devnexen, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 31237 open devnexen, 2022-02-09 21:38
Messages (1)
msg412945 - (view) Author: David CARLIER (devnexen) * Date: 2022-02-09 21:38
Adding Linux's SO_INCOMING_CPU constant for setsockopt.
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 90854
2022-02-09 21:38:42devnexensetcomponents: + Library (Lib)
title: socketmodule add Linux SO_INCOMING_CPU constasn -> socketmodule add Linux SO_INCOMING_CPU constant
keywords: + patch
type: enhancement
stage: patch review
messages: + msg412945
pull_requests: + pull_request29407
2022-02-09 21:37:28devnexencreate