◐ Shell
reader mode source ↗
Skip to content

[WIP] bpo-28708: Add setsize keywoard-only parameter to select.select()#13845

Closed
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:select_setsize
Closed

[WIP] bpo-28708: Add setsize keywoard-only parameter to select.select()#13845
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:select_setsize

Conversation

@vstinner

@vstinner vstinner commented Jun 5, 2019

Copy link
Copy Markdown
Member

It becomes possible to configure the set size used internally by
select.select() at runtime.

https://bugs.python.org/issue28708

It becomes possible to configure the set size used internally by
select.select() at runtime.
@vstinner

vstinner commented Jun 5, 2019

Copy link
Copy Markdown
Member Author

I have no idea if this PR works :-) Is it really possible to change FD_SETSIZE at runtime?

@vstinner

Copy link
Copy Markdown
Member Author

It seems like @andzn went further than me in PR #13842, I close my WIP PR.

@vstinner vstinner closed this Jun 14, 2019
@vstinner vstinner deleted the select_setsize branch June 14, 2019 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants