We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b518134 commit b4e20bbCopy full SHA for b4e20bb
Objects/typeobject.c
@@ -540,7 +540,7 @@ type_get_bases(PyTypeObject *type, void *context)
540
541
static PyTypeObject *best_base(PyObject *);
542
static int mro_internal(PyTypeObject *, PyObject **);
543
-static int type_is_subtype_base_chain(PyTypeObject *, PyTypeObject *);
+Py_LOCAL_INLINE(int) type_is_subtype_base_chain(PyTypeObject *, PyTypeObject *);
544
static int compatible_for_assignment(PyTypeObject *, PyTypeObject *, char *);
545
static int add_subclass(PyTypeObject*, PyTypeObject*);
546
static int add_all_subclasses(PyTypeObject *type, PyObject *bases);
0 commit comments