diff options
author | Davide Rizzo <sorcio@gmail.com> | 2023-10-02 15:42:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 15:42:55 (GMT) |
commit | c7941034171cd608a0235731832b7784200dec70 (patch) | |
tree | cd9ea92c6b466a54c77e73d67cbd0d84269cea18 /Misc/NEWS.d | |
parent | 4bdcb99469ed4d9e4ab2ef3586985a081a18b2bb (diff) | |
download | cpython-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.rst | 3 |
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. |