-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
In the fallback socketpair implementation for Windows, socket authentication fails while Proxifier (and likely similar tools) are enabled. The following exception is always raised:
Lines 644 to 648 in e41ec8e
if ( | |
ssock.getsockname() != csock.getpeername() | |
or csock.getsockname() != ssock.getpeername() | |
): | |
raise ConnectionError("Unexpected peer connection") |
Originally spotted in: nicotine-plus/nicotine-plus#3265
Relevant discussion on curl's issue tracker: curl/curl#10144
CPython versions tested on:
3.12
Operating systems tested on:
Windows
Metadata
Metadata
Assignees
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error