]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)
authorDavid CARLIER <devnexen@gmail.com>
Tue, 3 May 2022 17:33:11 +0000 (18:33 +0100)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 17:33:11 +0000 (11:33 -0600)
commitd5dfcd4489e25c1b6e985fb6b8a700c8a49c68df
treedf730c6cd57ba288e69781ca152cad89e69559e9
parentb295a92c50b128e494f47c28f12b8e9eac2927ea
bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/socket.rst
Misc/NEWS.d/next/Library/2022-02-09-21-40-02.bpo-46696.nPXRno.rst [new file with mode: 0644]
Modules/socketmodule.c