]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:43:07 +0000 (20:43 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2024 18:43:07 +0000 (18:43 +0000)
commit9c6cda5ccb599bcffbb1a38744510fc654a808bb
tree78a0800ee24751a05a4dfc91def139f654ce9a34
parent7b46ae92ad0e2a724ced70fb89f32b8804cf9244
[3.13] gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` (GH-125970) (#125991)

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