]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Jan 2022 13:12:21 +0000 (05:12 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Jan 2022 13:12:21 +0000 (05:12 -0800)
commitda8be157f4e275c4c32b9199f1466ed7e52f62cf
tree366ed1099d264eef151ae62b2d08c57c3b52ca1a
parent7e951f356ec76a5a5fdb851d71df5d120014bf3f
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)

Automerge-Triggered-By: GH:pablogsal
(cherry picked from commit 46e4c257e7c26c813620232135781e6c53fe8d4d)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Misc/NEWS.d/next/C API/2022-01-05-10-16-16.bpo-46236.pcmVQw.rst [new file with mode: 0644]
Objects/funcobject.c