Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-28087: Reenable poll() tests on macOS #1664

Closed
wants to merge 1 commit into from
Closed

bpo-28087: Reenable poll() tests on macOS #1664

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

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.

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.
@vstinner vstinner requested a review from ned-deily May 19, 2017 06:05
@vstinner
Copy link
Member Author

Sorry, but I lost track of this issue. It seems like Apple doesn't like poll() :-) I abandon my change.

@vstinner vstinner closed this Aug 10, 2017
@vstinner vstinner deleted the macos_poll branch August 10, 2017 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant