Python 2 support for socket.socketpair() on Windows
Reason this release was yanked:
CVE-2024-3219
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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for backports.socketpair-3.5.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fc019e578c8868ec5598f4eef96a10d70fae25dcb5eae3a4a7dddabf00dc7e7 |
|
MD5 | 0299541d5e74c59e1714e14e37ec1b3c |
|
BLAKE2b-256 | 020cd26a5fd0ee8c8c8025cc8da2c9ab0d95c367079222ea8d3ddfc3fccf5456 |