[issue39685] Python 3.8 regression Socket operation on non-socket

Christian Heimes report at bugs.python.org
Fri May 8 09:58:16 EDT 2020


Christian Heimes <lists at cheimes.de> 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 <report at bugs.python.org>
<https://bugs.python.org/issue39685>
_______________________________________


More information about the Python-bugs-list mailing list