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, martin.panter, nascheme
Date 2016-06-28.21:02:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467147744.68.0.684380104449.issue27377@psf.upfronthosting.co.za>
In-reply-to
Content
I've revised the patch based on the second round of comments from Martin.  I've removed the ifdef test for CO_TYPE and assumed it is always available.  That means fdtype() should be available on all platforms.

I did not change the test as suggested to call s.detach(), I think my test code should work okay.  The compare of 'protocol' has been removed from the test.

The duplicate definition of SO_PASSCRED has been removed.  I didn't add the constants to the documentation as other constants are only documented on a wildcard basis (e.g. SO_*).
History
Date User Action Args
2016-06-28 21:02:24naschemesetrecipients: + nascheme, SilentGhost, martin.panter
2016-06-28 21:02:24naschemesetmessageid: <1467147744.68.0.684380104449.issue27377@psf.upfronthosting.co.za>
2016-06-28 21:02:24naschemelinkissue27377 messages
2016-06-28 21:02:24naschemecreate