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 nascheme
Recipients SilentGhost, christian.heimes, martin.panter, nascheme
Date 2017-04-28.20:40:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493412040.67.0.130682728977.issue27377@psf.upfronthosting.co.za>
In-reply-to
Content
Changing title, I think #28134 (socket.socket(fileno=fd) does not work as documented) is a cleaner solution.  However, exposing the ability to query a socket file descriptor seems useful so I'm still proposing to add socket.fdtype().

The github PR 1348 has been modified to remove fromfd2() and only add the function fdtype().
History
Date User Action Args
2017-04-28 20:40:40naschemesetrecipients: + nascheme, christian.heimes, SilentGhost, martin.panter
2017-04-28 20:40:40naschemesetmessageid: <1493412040.67.0.130682728977.issue27377@psf.upfronthosting.co.za>
2017-04-28 20:40:40naschemelinkissue27377 messages
2017-04-28 20:40:40naschemecreate