]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
authorAndy Lester <andy@petdance.com>
Fri, 6 Mar 2020 22:53:17 +0000 (16:53 -0600)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2020 22:53:17 +0000 (23:53 +0100)
commit557287075c264d2458cd3e1b45e9b8ee5341e0a1
tree6c34331fdbf74476b60b1e32972e360af4985ab6
parente59334ebc9308b0f3ad048ef293c6b49e6456d1a
 bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)

Co-authored-by: Victor Stinner <vstinner@python.org>
Modules/_functoolsmodule.c
Modules/_threadmodule.c
Modules/itertoolsmodule.c
Modules/posixmodule.c
Objects/abstract.c
Objects/object.c
Objects/setobject.c
Objects/tupleobject.c
Objects/typeobject.c
Python/errors.c