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 pitrou
Recipients David Hirschfeld, andzn, asvetlov, desbma, paul.moore, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-06-05.18:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559757859.1.0.67652704984.issue28708@roundup.psfhosted.org>
In-reply-to
Content
> The actual number of descriptors is passed in

Yes, but:

"""The nfds parameter is included only for compatibility with Berkeley sockets."""

... according to https://docs.microsoft.com/en-us/windows/desktop/api/Winsock2/nf-winsock2-select

So it's really FD_SETSIZE that matters, and it's a compile-time constant.

Note that Anaconda has been doing this for a long time:
https://github.com/AnacondaRecipes/python-feedstock/blob/master/recipe/0004-Win32-Change-FD_SETSIZE-from-512-to-2048.patch
History
Date User Action Args
2019-06-05 18:04:19pitrousetrecipients: + pitrou, paul.moore, vstinner, tim.golden, asvetlov, zach.ware, desbma, steve.dower, David Hirschfeld, andzn
2019-06-05 18:04:19pitrousetmessageid: <1559757859.1.0.67652704984.issue28708@roundup.psfhosted.org>
2019-06-05 18:04:19pitroulinkissue28708 messages
2019-06-05 18:04:19pitroucreate