ironpython3 icon indicating copy to clipboard operation
ironpython3 copied to clipboard

socket.dup is missing

Open slozier opened this issue 3 years ago • 0 comments

To reproduce:

import _socket
assert hasattr(_socket, "dup")

Causes failures in test_socket.

slozier avatar May 16 '21 18:05 slozier