]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (GH-97949)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Oct 2022 20:03:32 +0000 (13:03 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 20:03:32 +0000 (13:03 -0700)
commit33cf0a604c111fc291dffaa0fb104336cb7d0add
treebcf8f995c5761d8c0a677f0b0a358bc1eb28bb5b
parent4aa2ebc01e63cf53c2c152eb4e0ea82bc932c3d5
gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (GH-97949)

(cherry picked from commit 6bfb0be80486c614cd60dce44c9fe7b3e6c76e3b)

Co-authored-by: larryhastings <larry@hastings.org>
Misc/NEWS.d/next/Core and Builtins/2022-10-05-17-02-22.gh-issue-97943.LYAWlE.rst [new file with mode: 0644]
Objects/funcobject.c