bpo-28087: Reenable poll() tests on macOS by vstinner · Pull Request #1664 · python/cpython

@vstinner

Reenable select.poll() tests in test_asyncore and test_eintr
on macOS.

macOS 10.12.0 and 10.12.1 has a bug in poll(), but 10.12.2 was
released with a fix. Expect that users upgrade regulary and so get
10.2.2 or newer which don't have the bug.