]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:50 +0000 (09:06 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2024 07:06:50 +0000 (12:36 +0530)
commit6b9a5af72f06b5dc2cc413e8ea2c6e8a914ab6d6
tree19284b4d518e89681a282be5aa6b638027aed38c
parent7b35c50cd889cbda08e042ba5a0d27888295a179
[3.13] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122338) (#122344)

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