diff options
author | Seth Michael Larson <seth@python.org> | 2024-07-29 21:44:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 21:44:35 (GMT) |
commit | 78df1043dbdce5c989600616f9f87b4ee72944e5 (patch) | |
tree | 20f92525f43536e120fe1f934dc1a20f31cce366 /Python/codecs.c | |
parent | 76bdfa4cd02532519fb43ae91244e2b4b3650d78 (diff) | |
download | cpython-78df1043dbdce5c989600616f9f87b4ee72944e5.zip cpython-78df1043dbdce5c989600616f9f87b4ee72944e5.tar.gz cpython-78df1043dbdce5c989600616f9f87b4ee72944e5.tar.bz2 |
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>
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions