Skip to main content

Python 2 support for socket.socketpair() on Windows

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

This package provides Windows support for socket.socketpair() for Python 2 (and 3) using the pure-python method implemented in Python 3.5+.

Usage:

import socket
import backports.socketpair

s1, s2 = socket.socketpair()

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page