]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116773: Ensure overlapped objects on Windows are not deallocated too early by...
authorjkriegshauser <jkriegshauser@gmail.com>
Wed, 20 Mar 2024 14:33:28 +0000 (07:33 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 14:33:28 +0000 (14:33 +0000)
commitfc4599800778f9b130d5e336deadbdeb5bd3e5ee
tree5f039effd3318413cb40e82a40b137c7a2fff536
parent519b2ae22b54760475bbf62b9558d453c703f9c6
gh-116773: Ensure overlapped objects on Windows are not deallocated too early by asyncio (GH-116774)
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_windows_events.py
Misc/NEWS.d/next/Windows/2024-03-14-01-58-22.gh-issue-116773.H2UldY.rst [new file with mode: 0644]
Modules/overlapped.c