]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144629: Add test for the PyFunction_GetAnnotations() function (GH-144630...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Feb 2026 15:05:25 +0000 (16:05 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 15:05:25 +0000 (15:05 +0000)
commitbefa954efe6318e05666a5d814fe76e99f4aae90
tree2dafe0b837ef4b1817c4f4db6334ded91ff97e4e
parent616e6118442832544fab0b93e9dd7d15411a2a58
[3.14] gh-144629: Add test for the PyFunction_GetAnnotations() function (GH-144630) (#144670)

gh-144629: Add test for the PyFunction_GetAnnotations() function (GH-144630)
(cherry picked from commit cc81707e406c49c63afc18048e1a221d796ce638)

Co-authored-by: Nybblista <170842536+nybblista@users.noreply.github.com>
Lib/test/test_capi/test_function.py
Modules/_testcapi/function.c