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 pklanke
Recipients neologix, pitrou, pklanke, vstinner, yselivanov
Date 2017-09-22.07:53:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506066783.96.0.579119888243.issue30844@psf.upfronthosting.co.za>
In-reply-to
Content
In the selectors module, the winsock select method is wrapped. The second parameter (writefds) is passed to both writefds and exceptfds and the returned number of fds for write and except are summed and returned in the second element of the tuple.

Can anyone explain to me why the winsock select method is wrapped like this?
History
Date User Action Args
2017-09-22 07:53:04pklankesetrecipients: + pklanke, pitrou, vstinner, neologix, yselivanov
2017-09-22 07:53:03pklankesetmessageid: <1506066783.96.0.579119888243.issue30844@psf.upfronthosting.co.za>
2017-09-22 07:53:03pklankelinkissue30844 messages
2017-09-22 07:53:03pklankecreate