Christian Heimes <[email protected]> added the comment:
I don't consider this a regression. socket.fromfd() and socket(fd) never supported non-socket fds. It just happens to work in some cases by chance. It looks like sshuttle got lucky in the past. It never called a function that ultimately requires a socket fd. ---------- nosy: +christian.heimes _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39685> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
