summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
diff options
context:
space:
mode:
authorjkriegshauser <jkriegshauser@gmail.com>2024-03-20 14:33:28 (GMT)
committerGitHub <noreply@github.com>2024-03-20 14:33:28 (GMT)
commitfc4599800778f9b130d5e336deadbdeb5bd3e5ee (patch)
tree5f039effd3318413cb40e82a40b137c7a2fff536 /Misc/NEWS.d/next/Windows
parent519b2ae22b54760475bbf62b9558d453c703f9c6 (diff)
downloadcpython-fc4599800778f9b130d5e336deadbdeb5bd3e5ee.zip
cpython-fc4599800778f9b130d5e336deadbdeb5bd3e5ee.tar.gz
cpython-fc4599800778f9b130d5e336deadbdeb5bd3e5ee.tar.bz2
gh-116773: Ensure overlapped objects on Windows are not deallocated too early by asyncio (GH-116774)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r--Misc/NEWS.d/next/Windows/2024-03-14-01-58-22.gh-issue-116773.H2UldY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-03-14-01-58-22.gh-issue-116773.H2UldY.rst b/Misc/NEWS.d/next/Windows/2024-03-14-01-58-22.gh-issue-116773.H2UldY.rst
new file mode 100644
index 0000000..8fc3fe8
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2024-03-14-01-58-22.gh-issue-116773.H2UldY.rst
@@ -0,0 +1 @@
+Fix instances of ``<_overlapped.Overlapped object at 0xXXX> still has pending operation at deallocation, the process may crash``.