ironpython3 icon indicating copy to clipboard operation
ironpython3 copied to clipboard

On posix socket.fileno should be a file descriptor

Open slozier opened this issue 5 years ago • 0 comments

This is causing a failure in test_urllibnet.

s = _socket.socket()
open(s.fileno())

slozier avatar Mar 22 '19 19:03 slozier