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 martin.panter
Recipients SilentGhost, martin.panter, nascheme
Date 2016-06-25.02:29:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466821785.38.0.960017672274.issue27377@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, I guess the fdtype() API could be useful if we don’t alter fromfd(), i.e. as a workaround for Issue 18391.

IMO the specific SO_* constants should at least be listed in the documentation, so users know which versions of Python have which constants. Although exposing them is not necessary for the fromfd() implementation.

See also more comments on the code review.
History
Date User Action Args
2016-06-25 02:29:45martin.pantersetrecipients: + martin.panter, nascheme, SilentGhost
2016-06-25 02:29:45martin.pantersetmessageid: <1466821785.38.0.960017672274.issue27377@psf.upfronthosting.co.za>
2016-06-25 02:29:45martin.panterlinkissue27377 messages
2016-06-25 02:29:44martin.pantercreate