]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (#122338)
authorPeter Bierma <zintensitydev@gmail.com>
Sat, 27 Jul 2024 06:27:48 +0000 (02:27 -0400)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2024 06:27:48 +0000 (11:57 +0530)
commitc08696286f52d286674f264eecf7b33a335a890b
treebf6f7f29e48e693ad854f5e83e8fc8b262d1161a
parent863a92f2bc708b9e3dfa9828bb8155b8d371e09c
gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (#122338)
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