]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117080)
authorjkriegshauser <jkriegshauser@gmail.com>
Wed, 27 Mar 2024 15:24:46 +0000 (08:24 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2024 15:24:46 +0000 (16:24 +0100)
commit40d77b93672406d1c6e80760fec1321cb1b3473a
tree052d837e573ed69fe86f58a15a4503be2e0ea761
parentf7c7e72a1c3bfe2f5c791a73557f9b29d369c89b
[3.9] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117080)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
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