commit | d212c3c55d414203b0579e000d9f340f8cd11be7 | [log] [tgz] |
---|---|---|
author | Dong-hee Na <donghee.na92@gmail.com> | Fri Feb 14 16:48:12 2020 +0900 |
committer | GitHub <noreply@github.com> | Fri Feb 14 08:48:12 2020 +0100 |
tree | 2463da9024a411c08bb2109674a612915da69b93 | |
parent | 7386a70746cf9aaf2d95db75d9201fb124f085df [diff] |
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.