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 asvetlov
Recipients David Hirschfeld, andzn, asvetlov, desbma, paul.moore, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-06-05.13:32:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559741532.55.0.236745660472.issue28708@roundup.psfhosted.org>
In-reply-to
Content
I believe the number still can be configurable but requires more work.

The idea is:
FD_* macroses should be replaced with custom fd_set manipulation functions.
on select.select() call we can calculate the number of the highest used socket and use this number plus 1 as fd_set structure size.

Did not try to prototype it though.
History
Date User Action Args
2019-06-05 13:32:12asvetlovsetrecipients: + asvetlov, paul.moore, pitrou, vstinner, tim.golden, zach.ware, desbma, steve.dower, David Hirschfeld, andzn
2019-06-05 13:32:12asvetlovsetmessageid: <1559741532.55.0.236745660472.issue28708@roundup.psfhosted.org>
2019-06-05 13:32:12asvetlovlinkissue28708 messages
2019-06-05 13:32:12asvetlovcreate