]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-135357: Add socket.SO_PASSRIGHTS constant (#135355)
authorSalvo 'LtWorf' Tomaselli <ltworf@users.noreply.github.com>
Mon, 27 Apr 2026 13:12:34 +0000 (15:12 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2026 13:12:34 +0000 (13:12 +0000)
commitf4a726da402fc0e18994f8b607302800db56f101
treef43a70e74f5fce881a84b2f07963eca188316153
parent62792c8f77222b86f8d2d985fc3a2b9fffc679e8
GH-135357: Add socket.SO_PASSRIGHTS constant (#135355)

Constant added to Linux 6.16. See the LWN article:
https://lwn.net/Articles/1023085/

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Doc/library/socket.rst
Misc/NEWS.d/next/Core_and_Builtins/2025-06-10-17-30-55.gh-issue-135357.sUXU1W.rst [new file with mode: 0644]
Modules/socketmodule.c