Skip to content

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

Merged
vstinner merged 1 commit into
python:3.6from
vstinner:fd_setsize_warn36
Aug 22, 2017
Merged

[3.6] bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (GH-501)#3190
vstinner merged 1 commit into
python:3.6from
vstinner:fd_setsize_warn36

Conversation

@vstinner

@vstinner vstinner commented Aug 22, 2017

Copy link
Copy Markdown
Member

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
Copy Markdown
Member

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

@vstinner

Copy link
Copy Markdown
Member Author

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

@ambv

ambv commented Aug 22, 2017

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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