summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index be95974..8f5ee3b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -275,6 +275,8 @@ Library
- Issue #26909: Fix slow pipes IO in asyncio.
Patch by INADA Naoki.
+- Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
+
IDLE
----