commit | 8cbf4e10646c3f5b8f0d274c2d7dea5bb6305f57 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Oct 31 16:13:52 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Oct 31 16:13:52 2017 +0200 |
tree | 121f90032dbda8b66687ad14d640da1658028296 | |
parent | e0fc1af67acb5684ae780128fbdb3c5419af51db [diff] |
[2.7] bpo-31893: Fixed select.kqueue(). (GH-4166) (#4193) * Fixed the layout of the kqueue_event structure on OpenBSD and NetBSD. * Fixed the comparison of the kqueue_event objects.. (cherry picked from commit b9052a0f91d2e83bbc27267247a5920c82b242a3)