Skip to content

[3.6] bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (GH-501) #3190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 22, 2017
Merged

[3.6] bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (GH-501) #3190

merged 1 commit into from
Aug 22, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 22, 2017

FreeBSD is the only platforms with unsigned FD_SETSIZE.

(cherry picked from commit 783d0c1)

https://bugs.python.org/issue28667

…IZE. (#501)

FreeBSD is the only platforms with unsigned FD_SETSIZE.

(cherry picked from commit 783d0c1)
@serhiy-storchaka
Copy link
Member

I didn't backport this change because compiler warnings usually are fixed only in develop branch.

@vstinner
Copy link
Member Author

Oh, these ones seem to be straighforward. It seems like there are the only warnings on FreeBSD on Python 3.6.

@ambv
Copy link
Contributor

ambv commented Aug 22, 2017

I'd be +1 on making the build warning clean if these are the only changes required. But Serhiy is right, it's @ned-deily's call now :)

@vstinner vstinner merged commit cb7fdf6 into python:3.6 Aug 22, 2017
@vstinner vstinner deleted the fd_setsize_warn36 branch August 22, 2017 22:58
@vstinner
Copy link
Member Author

Thanks for the reviews!

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.

7 participants