]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
authorDong-hee Na <donghee.na92@gmail.com>
Thu, 13 Feb 2020 17:37:17 +0000 (02:37 +0900)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 17:37:17 +0000 (18:37 +0100)
commitd905df766c367c350f20c46ccd99d4da19ed57d8
tree9e08a6c88d6b0dd4e73810c3f3a152b61bd773aa
parent968dcd9e7a4d3aa9aaa1dfca693adf60d6b71ce7
bpo-39573: Add Py_IS_TYPE() function (GH-18488)

Co-Author: Neil Schemenauer <nas-github@arctrix.com>
32 files changed:
Doc/c-api/structures.rst
Include/boolobject.h
Include/bytearrayobject.h
Include/bytesobject.h
Include/cellobject.h
Include/code.h
Include/complexobject.h
Include/context.h
Include/datetime.h
Include/dictobject.h
Include/floatobject.h
Include/funcobject.h
Include/genobject.h
Include/internal/pycore_hamt.h
Include/iterobject.h
Include/listobject.h
Include/memoryobject.h
Include/methodobject.h
Include/moduleobject.h
Include/object.h
Include/odictobject.h
Include/pycapsule.h
Include/rangeobject.h
Include/setobject.h
Include/sliceobject.h
Include/symtable.h
Include/traceback.h
Include/tupleobject.h
Include/unicodeobject.h
Include/weakrefobject.h
Misc/NEWS.d/next/Core and Builtins/2020-02-13-01-30-22.bpo-39573.uTFj1m.rst [new file with mode: 0644]
Objects/genobject.c