SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134)

* Authenticate socket connection for `socket.socketpair()` fallback when the platform does not have a native `socketpair` C API.  We authenticate in-process using `getsocketname` and `getpeername` (thanks to Nathaniel J Smith for that suggestion).

Co-authored-by: Gregory P. Smith <greg@krypto.org>
S
Seth Michael Larson committed
78df1043dbdce5c989600616f9f87b4ee72944e5
Parent: 76bdfa4
Committed by GitHub <noreply@github.com> on 7/29/2024, 9:44:35 PM