diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-10-31 11:59:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 11:59:55 (GMT) |
commit | b9052a0f91d2e83bbc27267247a5920c82b242a3 (patch) | |
tree | 0c3fd96f98835671d149a90cb5e3d14e0eba1f5b /Misc | |
parent | baac01e629d90f63dfde6b5cc433f4bc65c5feeb (diff) | |
download | cpython-b9052a0f91d2e83bbc27267247a5920c82b242a3.zip cpython-b9052a0f91d2e83bbc27267247a5920c82b242a3.tar.gz cpython-b9052a0f91d2e83bbc27267247a5920c82b242a3.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-10-29-13-51-01.bpo-31893.8LZKEz.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-29-13-51-01.bpo-31893.8LZKEz.rst b/Misc/NEWS.d/next/Library/2017-10-29-13-51-01.bpo-31893.8LZKEz.rst new file mode 100644 index 0000000..46be7fb --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-10-29-13-51-01.bpo-31893.8LZKEz.rst @@ -0,0 +1,2 @@ +Fixed the layout of the kqueue_event structure on OpenBSD and NetBSD. Fixed +the comparison of the kqueue_event objects. |