]> granicus.if.org Git - python/commit
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Apr 2017 16:11:22 +0000 (18:11 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2017 16:11:22 +0000 (18:11 +0200)
commit23d6eb656ec29140fcca1c9261b7953e2312b171
tree94a3c3ebd6d6b4b04476c5dab6840a9c73ce56ae
parentd64146c4b776e569e5cf78d6ef561be1248612bd
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973)

* 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.

(cherry picked from commit de04644627f82d9dc48b3423def7ff5b4aa1926a)
Lib/test/test_asyncore.py
Misc/NEWS