You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
socket.socketpair() has a fall-back implementation on platforms that don't support socket.AF_UNIX which uses AF_INET[6] sockets bound to localhost. This connection is expected to come from the same process.
Bug report
Bug description:
socket.socketpair()has a fall-back implementation on platforms that don't supportsocket.AF_UNIXwhich uses AF_INET[6] sockets bound to localhost. This connection is expected to come from the same process.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux, Windows
Linked PRs
socket.socketpair()fallback #122134socket.socketpair()fallback (GH-122134) #122424socket.socketpair()fallback (GH-122134) #122425socket.socketpair()fallback (GH-122134) #122426socket.socketpair()fallback (GH-122134) #122427socket.socketpair()fallback (GH-122134) #122428socket.socketpair()fallback (GH-122134) #122429