]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)
authorInada Naoki <songofacandy@gmail.com>
Wed, 5 Jan 2022 12:25:54 +0000 (21:25 +0900)
committerGitHub <noreply@github.com>
Wed, 5 Jan 2022 12:25:54 +0000 (04:25 -0800)
commit46e4c257e7c26c813620232135781e6c53fe8d4d
tree582c3702756fe8314ef514dbf4c7327f46630ce8
parentdd50316e458d7c3284f8948b0606d8aa91ab855d
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)

Automerge-Triggered-By: GH:pablogsal
Misc/NEWS.d/next/C API/2022-01-05-10-16-16.bpo-46236.pcmVQw.rst [new file with mode: 0644]
Objects/funcobject.c