]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Oct 2024 18:38:59 +0000 (20:38 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2024 18:38:59 +0000 (18:38 +0000)
commitf6682fbe49dfb4126f9cd8db86a0c83ed53e4391
tree330427e331fed4971b4d7df64e66f95e43f8fc07
parent42927f7f2588b32c1033292d673405a94eb36f77
[3.12] gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` (GH-125970) (#125992)

gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` (GH-125970)
(cherry picked from commit c5b99f5c2c5347d66b9da362773969c531fb6c85)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/test/test_asyncio/test_futures.py
Misc/NEWS.d/next/Library/2024-10-25-11-13-24.gh-issue-125969.YvbrTr.rst [new file with mode: 0644]
Modules/_asynciomodule.c