cpython/Misc/NEWS.d/next/Core and Builtins/2020-02-13-01-30-22.bpo-39573.uTFj1m.rst
Dong-hee Na d905df766c
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Co-Author: Neil Schemenauer <nas-github@arctrix.com>
2020-02-13 18:37:17 +01:00

2 lines
96 B
ReStructuredText

Add :c:func:`Py_IS_TYPE` static inline function to check
whether the object *o* type is *type*.