]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix comment about PyObject_IsTrue. (GH-22343)
authorStefan Pochmann <609905+pochmann@users.noreply.github.com>
Wed, 7 Oct 2020 14:12:52 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Oct 2020 14:12:52 +0000 (09:12 -0500)
commitf90dc36c15d7fee0efaf6d39e97be0bdf2683e93
treec174ecefcb916ee5eaab1154d4d68fbe2b834f86
parent044a1048ca93d466965afc027b91a5a9eb9ce23c
Fix comment about PyObject_IsTrue. (GH-22343)

The `for` statement doesn't use a condition and this function, the `while` statement does.
Objects/object.c