8000 bpo-31893: Fixed select.kqueue(). by serhiy-storchaka · Pull Request #4166 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-31893: Fixed select.kqueue(). #4166

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

Merged
merged 1 commit into from
Oct 31, 2017

Conversation

serhiy-storchaka
Copy link
Member
@serhiy-storchaka serhiy-storchaka commented Oct 29, 2017
  • Fixed the layout of the kqueue_event structure on OpenBSD and NetBSD.
  • Fixed the comparison of the kqueue_event objects.

https://bugs.python.org/issue31893

* Fixed the layout of the kqueue_event structure on OpenBSD and NetBSD.
* Fixed the comparison of the kqueue_event objects.
@serhiy-storchaka serhiy-storchaka added needs backport to 2.7 type-bug An unexpected behavior, bug, or error labels Oct 29, 2017
@serhiy-storchaka serhiy-storchaka merged commit b9052a0 into python:master Oct 31, 2017
@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6.
🐍🍒⛏🤖

@serhiy-storchaka serhiy-storchaka deleted the kqueue branch October 31, 2017 12:00
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 31, 2017
* Fixed the layout of the kqueue_event structure on OpenBSD and NetBSD.
* Fixed the comparison of the kqueue_event objects.
(cherry picked from commit b9052a0)
@bedevere-bot
Copy link

GH-4190 is a backport of this pull request to the 3.6 branch.

@miss-islington
Copy link
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker b9052a0f91d2e83bbc27267247a5920c82b242a3 2.7

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Oct 31, 2017
* Fixed the layout of the kqueue_event structure on OpenBSD and NetBSD.
* Fixed the comparison of the kqueue_event objects..
(cherry picked from commit b9052a0)
@bedevere-bot
Copy link

GH-4193 is a backport of this pull request to the 2.7 branch.

serhiy-storchaka pushed a commit that referenced this pull request Oct 31, 2017
* Fixed the layout of the kqueue_event structure on OpenBSD and NetBSD.
* Fixed the comparison of the kqueue_event objects.
(cherry picked from commit b9052a0)
serhiy-storchaka added a commit that referenced this pull request Oct 31, 2017
* Fixed the layout of the kqueue_event structure on OpenBSD and NetBSD.
* Fixed the comparison of the kqueue_event objects..
(cherry picked from commit b9052a0)
embray pushed a commit to embray/cpython that referenced this pull request Nov 9, 2017
* Fixed the layout of the kqueue_event structure on OpenBSD and NetBSD.
* Fixed the comparison of the kqueue_event objects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0