commit | 509dd90f4684e40af3105dd3e754fa4b9c1530c1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Feb 05 14:24:17 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Feb 05 14:24:17 2020 +0100 |
tree | a16ee3a67c7473f334efc184c7cf81fbe028e02e | |
parent | f58bd7c1693fe041f7296a5778d0a11287895648 [diff] |
bpo-39542: Convert PyType_Check() to static inline function (GH-18364) Convert PyType_HasFeature(), PyType_Check() and PyType_CheckExact() macros to static inline functions.