]> granicus.if.org Git - python/commit
bpo-31893: Fixed select.kqueue(). (GH-4166) (#4190)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Oct 2017 12:46:15 +0000 (05:46 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 Oct 2017 12:46:15 +0000 (14:46 +0200)
commitf9a639b97c760f40d022223c7655053c89752850
treef6fdb1afad8079bcc981eb4069667df37771ae99
parent5db32085e7e4d6be9a34d0a64ecf477eca224f15
bpo-31893: Fixed select.kqueue(). (GH-4166) (#4190)

* 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