]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 16 Feb 2021 15:05:58 +0000 (16:05 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Feb 2021 15:05:58 +0000 (16:05 +0100)
commitcc54001c2eb3b14320c1667b22602d69c90d5865
tree1c4b39bfc9027e42b3f18c0cae147a8d0f7115e4
parent17dbd4078b68db8954df6b5cdc40b786bc4ad7af
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
Doc/c-api/iter.rst
Include/abstract.h
Include/cpython/abstract.h
Misc/NEWS.d/next/Core and Builtins/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst [new file with mode: 0644]
Objects/abstract.c