[Python-checkins] [python/cpython] de0464: bpo-28087: Skip test_asyncore and test_eintr poll ...

GitHub noreply at github.com
Sat Mar 4 06:00:38 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: de04644627f82d9dc48b3423def7ff5b4aa1926a
      https://github.com/python/cpython/commit/de04644627f82d9dc48b3423def7ff5b4aa1926a
  Author: Ned Deily <nad at python.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

  Changed paths:
    M Lib/test/eintrdata/eintr_tester.py
    M Lib/test/test_asyncore.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)

* bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS

Skip some tests of select.poll when running on macOS due to unresolved
issues with the underlying system poll function on some macOS versions.




More information about the Python-checkins mailing list