summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorDavide Rizzo <sorcio@gmail.com>2023-10-02 15:42:55 (GMT)
committerGitHub <noreply@github.com>2023-10-02 15:42:55 (GMT)
commitc7941034171cd608a0235731832b7784200dec70 (patch)
treecd9ea92c6b466a54c77e73d67cbd0d84269cea18 /Misc/NEWS.d
parent4bdcb99469ed4d9e4ab2ef3586985a081a18b2bb (diff)
downloadcpython-c7941034171cd608a0235731832b7784200dec70.zip
cpython-c7941034171cd608a0235731832b7784200dec70.tar.gz
cpython-c7941034171cd608a0235731832b7784200dec70.tar.bz2
[3.12] gh-110038: KqueueSelector must count all read/write events (GH-110039) (#110043)
[3.12] gh-110038: KqueueSelector must count all read/write events (GH-110039). (cherry picked from commit b14f0ab51cb4851b25935279617e388456dcf716)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-09-28-18-50-33.gh-issue-110038.nx_gCu.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-28-18-50-33.gh-issue-110038.nx_gCu.rst b/Misc/NEWS.d/next/Library/2023-09-28-18-50-33.gh-issue-110038.nx_gCu.rst
new file mode 100644
index 0000000..6b2abd8
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-09-28-18-50-33.gh-issue-110038.nx_gCu.rst
@@ -0,0 +1,3 @@
+Fixed an issue that caused :meth:`KqueueSelector.select` to not return all
+the ready events in some cases when a file descriptor is registered for both
+read and write.