summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
authorSeth Michael Larson <seth@python.org>2024-07-29 21:44:35 (GMT)
committerGitHub <noreply@github.com>2024-07-29 21:44:35 (GMT)
commit78df1043dbdce5c989600616f9f87b4ee72944e5 (patch)
tree20f92525f43536e120fe1f934dc1a20f31cce366 /Python/thread.c
parent76bdfa4cd02532519fb43ae91244e2b4b3650d78 (diff)
downloadcpython-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/thread.c')
0 files changed, 0 insertions, 0 deletions