This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Dima.Tisnek, asvetlov, brian, christian.heimes, hillpd
Date 2020-05-08.13:58:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588946296.79.0.747877571111.issue39685@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-05-08 13:58:16christian.heimessetrecipients: + christian.heimes, asvetlov, brian, Dima.Tisnek, hillpd
2020-05-08 13:58:16christian.heimessetmessageid: <1588946296.79.0.747877571111.issue39685@roundup.psfhosted.org>
2020-05-08 13:58:16christian.heimeslinkissue39685 messages
2020-05-08 13:58:16christian.heimescreate