]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Oct 2021 23:14:04 +0000 (16:14 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 23:14:04 +0000 (16:14 -0700)
commit87f0156a229e4cda92ad8e50645c5a71030caf7c
tree4cd352db3200ac3dd9c1959d54c243fa1a6a41dd
parent06935bd68e3d89a4cc3f08c1d15eaa651b79a523
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)

Prevent use-after-free of running loop holder via cache.
(cherry picked from commit 392a89835371baa0fc4bf79ae479abb80661f57d)

Co-authored-by: Matthias Reichl <github@hias.horus.com>
Misc/NEWS.d/next/Library/2021-10-07-14-04-10.bpo-45262.HqF71Z.rst [new file with mode: 0644]
Modules/_asynciomodule.c