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 e777250 commit 8520cfcCopy full SHA for 8520cfc
Objects/typeobject.c
@@ -149,7 +149,11 @@ managed_static_type_index_clear(PyTypeObject *self)
149
}
150
151
152
+#ifdef MS_WINDOWS
153
+static pytype_slotdef slotdefs[100];
154
+#else
155
static pytype_slotdef slotdefs[];
156
+#endif
157
static void ** slotptr(PyTypeObject *, int);
158
159
typedef struct static_type_def *static_type_def;
0 commit comments