]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131666: mark `anext_awaitable.close` as a `METH_NOARGS` instead of `METH_VARARGS...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 25 Mar 2025 03:33:22 +0000 (04:33 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Mar 2025 03:33:22 +0000 (09:03 +0530)
commit1393bd35485d9a8aa99ceb7389fece91bb3fdefa
tree069fc5bf70fbd0f98474511696d26f78a08a6d7a
parentc3b8d73208a25735b6355de73297a51e9c1306b3
gh-131666: mark `anext_awaitable.close` as a `METH_NOARGS` instead of `METH_VARARGS` (#131671)
Lib/test/test_coroutines.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-24-14-56-00.gh-issue-131666.q0-a-b.rst [new file with mode: 0644]
Objects/iterobject.c