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 SilentGhost, christian.heimes, martin.panter, nascheme
Date 2016-09-15.22:22:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473978120.24.0.143137525205.issue27377@psf.upfronthosting.co.za>
In-reply-to
Content
I opened #28134 because I was running into a similar issue with socket.socket(fileno). Since this new feature didn't make it into 3.6, can we at least change the constructor of socket.socket() to set a correct family, type and proto?

Any fix is better than no fix. It doesn't have to work for all socket types on all operating systems. The feature is mostly used for socket inheritance, systemd socket activation or fd transfer over Unix sockets of AF_INET, AF_INET6 and AF_UNIX file descriptors.
History
Date User Action Args
2016-09-15 22:22:00christian.heimessetrecipients: + christian.heimes, nascheme, SilentGhost, martin.panter
2016-09-15 22:22:00christian.heimessetmessageid: <1473978120.24.0.143137525205.issue27377@psf.upfronthosting.co.za>
2016-09-15 22:22:00christian.heimeslinkissue27377 messages
2016-09-15 22:22:00christian.heimescreate