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 vstinner
Recipients christian.heimes, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-15.09:44:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494841484.94.0.596166072124.issue30329@psf.upfronthosting.co.za>
In-reply-to
Content
The error code is documented:

https://msdn.microsoft.com/en-us/library/windows/desktop/ms740481(v=vs.85).aspx

WSAEINVAL: The how parameter is not valid, or is not consistent with the socket type. For example, SD_SEND is used with a UNI_RECV socket type.
History
Date User Action Args
2017-05-15 09:44:44vstinnersetrecipients: + vstinner, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower
2017-05-15 09:44:44vstinnersetmessageid: <1494841484.94.0.596166072124.issue30329@psf.upfronthosting.co.za>
2017-05-15 09:44:44vstinnerlinkissue30329 messages
2017-05-15 09:44:44vstinnercreate