We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d29302 commit 353ea0bCopy full SHA for 353ea0b
Objects/typeobject.c
@@ -116,11 +116,13 @@ type_from_ref(PyObject *ref)
116
117
/* helpers for for static builtin types */
118
119
+#ifndef NDEBUG
120
static inline int
121
static_builtin_index_is_set(PyTypeObject *self)
122
{
123
return self->tp_subclasses != NULL;
124
}
125
+#endif
126
127
static inline size_t
128
static_builtin_index_get(PyTypeObject *self)
0 commit comments