]> granicus.if.org Git - python/commit
[2.7] bpo-31893: Fixed select.kqueue(). (GH-4166) (#4193)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 Oct 2017 14:13:52 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2017 14:13:52 +0000 (16:13 +0200)
commit8cbf4e10646c3f5b8f0d274c2d7dea5bb6305f57
tree121f90032dbda8b66687ad14d640da1658028296
parente0fc1af67acb5684ae780128fbdb3c5419af51db
[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)
Misc/NEWS.d/next/Library/2017-10-29-13-51-01.bpo-31893.8LZKEz.rst [new file with mode: 0644]
Modules/selectmodule.c