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 92a3a97 commit a55ac63Copy full SHA for a55ac63
Include/object.h
@@ -306,7 +306,7 @@ typedef Py_hash_t (*hashfunc)(PyObject *);
306
typedef PyObject *(*richcmpfunc) (PyObject *, PyObject *, int);
307
typedef PyObject *(*getiterfunc) (PyObject *);
308
typedef PyObject *(*iternextfunc) (PyObject *);
309
-typedef struct _py_object_index_pair {
+typedef struct {
310
PyObject *object;
311
Py_ssize_t index;
312
} _PyObjectIndexPair;
0 commit comments