[Python-checkins] [python/cpython] 783d0c: bpo-28667: Fix a compile warning on FreeBSD when c...

GitHub noreply at github.com
Sun Mar 12 08:43:13 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 783d0c1a1c723733adcdf4249240246fc35a5bcb
      https://github.com/python/cpython/commit/783d0c1a1c723733adcdf4249240246fc35a5bcb
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
    M Include/fileobject.h
    M Modules/selectmodule.c

  Log Message:
  -----------
  bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)

FreeBSD is the only platforms with unsigned FD_SETSIZE.




More information about the Python-checkins mailing list