]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117852: fix argument checking of `async_generator.athrow` (#134868)
authorDuane Griffin <duaneg@dghda.com>
Mon, 2 Jun 2025 14:34:26 +0000 (02:34 +1200)
committerGitHub <noreply@github.com>
Mon, 2 Jun 2025 14:34:26 +0000 (20:04 +0530)
commitb6237c3602075294a18dec821773429a51fa7e0d
treeb43ce9850083d34ea0913b8eec37e2e141217b67
parent9c72658e49806eae52346a0905c1c176d3d49a2f
gh-117852: fix argument checking of `async_generator.athrow` (#134868)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_asyncgen.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-28-23-58-50.gh-issue-117852.BO9g7z.rst [new file with mode: 0644]
Objects/genobject.c