]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122338...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jul 2024 07:06:40 +0000 (09:06 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2024 07:06:40 +0000 (12:36 +0530)
commit102dc44a0afe3a0c6167c52a57f1cfcedb6fb3db
tree2102ef3559a09a506dd57ba34ac2f4ed80d3a0b3
parentd4ca183a3892587cf4d9f4de2bfa379d211368f7
[3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122338) (#122345)

gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122338)
(cherry picked from commit c08696286f52d286674f264eecf7b33a335a890b)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_asyncio/test_eager_task_factory.py
Misc/NEWS.d/next/Library/2024-07-26-21-21-13.gh-issue-122332.fvw88r.rst [new file with mode: 0644]
Modules/_asynciomodule.c