]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508)
authorDong-hee Na <donghee.na92@gmail.com>
Fri, 14 Feb 2020 07:48:12 +0000 (16:48 +0900)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 07:48:12 +0000 (08:48 +0100)
commitd212c3c55d414203b0579e000d9f340f8cd11be7
tree2463da9024a411c08bb2109674a612915da69b93
parent7386a70746cf9aaf2d95db75d9201fb124f085df
bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508)

Update PyXXX_Check() macros in Include/ to use
the new Py_IS_TYPE function.
Include/classobject.h
Include/picklebufobject.h