]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39542: Convert PyType_Check() to static inline function (GH-18364)
authorVictor Stinner <vstinner@python.org>
Wed, 5 Feb 2020 13:24:17 +0000 (14:24 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2020 13:24:17 +0000 (14:24 +0100)
commit509dd90f4684e40af3105dd3e754fa4b9c1530c1
treea16ee3a67c7473f334efc184c7cf81fbe028e02e
parentf58bd7c1693fe041f7296a5778d0a11287895648
bpo-39542: Convert PyType_Check() to static inline function (GH-18364)

Convert PyType_HasFeature(), PyType_Check() and PyType_CheckExact()
macros to static inline functions.
Doc/c-api/type.rst
Include/cpython/object.h
Include/object.h
Misc/NEWS.d/next/C API/2020-02-05-13-14-20.bpo-39542.5mleGX.rst [new file with mode: 0644]