]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` (#125970) 125389/head
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 25 Oct 2024 18:15:09 +0000 (20:15 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2024 18:15:09 +0000 (23:45 +0530)
commitc5b99f5c2c5347d66b9da362773969c531fb6c85
treeba21ff3d58b0d89b3f0fc0594c92ee4a72086e82
parent13844094609cf8265a2eed023e33c7002f3f530d
gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` (#125970)

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