Skip to content

bpo-29386: Cleanup select_epoll_poll_impl()#9040

Merged
berkerpeksag merged 3 commits into
python:masterfrom
berkerpeksag:29386-epoll
Sep 11, 2018
Merged

bpo-29386: Cleanup select_epoll_poll_impl()#9040
berkerpeksag merged 3 commits into
python:masterfrom
berkerpeksag:29386-epoll

Conversation

@berkerpeksag

@berkerpeksag berkerpeksag commented Sep 3, 2018

Copy link
Copy Markdown
Member

Comment thread Modules/selectmodule.c Outdated
Comment thread Modules/selectmodule.c Outdated
Comment thread Modules/selectmodule.c Outdated
to -1 if the value of ms is a negative number.

Note that we didn't use INFTIM here since it's non-standard and
doesn't available under Linux. */

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be "isn't", not "doesn't".

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@berkerpeksag berkerpeksag merged commit b690b9b into python:master Sep 11, 2018
@berkerpeksag berkerpeksag deleted the 29386-epoll branch September 11, 2018 17:29
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.

5 participants