]> granicus.if.org Git - python/commit
bpo-31893: Fixed select.kqueue(). (#4166)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 Oct 2017 11:59:55 +0000 (13:59 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2017 11:59:55 +0000 (13:59 +0200)
commitb9052a0f91d2e83bbc27267247a5920c82b242a3
tree0c3fd96f98835671d149a90cb5e3d14e0eba1f5b
parentbaac01e629d90f63dfde6b5cc433f4bc65c5feeb
bpo-31893: Fixed select.kqueue(). (#4166)

* Fixed the layout of the kqueue_event structure on OpenBSD and NetBSD.
* Fixed the comparison of the kqueue_event objects.
Misc/NEWS.d/next/Library/2017-10-29-13-51-01.bpo-31893.8LZKEz.rst [new file with mode: 0644]
Modules/selectmodule.c