]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
authorAndy Lester <andy@petdance.com>
Wed, 4 Mar 2020 13:15:20 +0000 (07:15 -0600)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2020 13:15:20 +0000 (14:15 +0100)
commitdffe4c07095e0c693e094d3c140e85a68bd8128e
tree1f58f4c2f76d6f630c5279a7b72d31bb6b4d8873
parent22a9a546ff3bf2a63d77ca1e5494e758bc59132f
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
23 files changed:
Include/py_curses.h
Modules/_asynciomodule.c
Modules/_collectionsmodule.c
Modules/_elementtree.c
Modules/_io/bufferedio.c
Modules/_io/stringio.c
Modules/_io/textio.c
Modules/_pickle.c
Modules/_threadmodule.c
Modules/cjkcodecs/multibytecodec.h
Modules/itertoolsmodule.c
Objects/abstract.c
Objects/descrobject.c
Objects/exceptions.c
Objects/genobject.c
Objects/listobject.c
Objects/namespaceobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Python/ceval.c
Python/errors.c
Python/importdl.c