Andrew Svetlov <[email protected]> added the comment:
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. ---------- nosy: +asvetlov _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue28708> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
