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 18dddd6 commit 90adc5dCopy full SHA for 90adc5d
Include/internal/pycore_object.h
@@ -227,7 +227,7 @@ static inline PyObject **_PyObject_ManagedDictPointer(PyObject *obj)
227
return ((PyObject **)obj)-3;
228
}
229
230
-#define MANAGED_DICT_OFFSET ((int)((sizeof(PyObject *))*-3))
+#define MANAGED_DICT_OFFSET (((int)sizeof(PyObject *))*-3)
231
232
extern PyObject ** _PyObject_DictPointer(PyObject *);
233
extern int _PyObject_VisitInstanceAttributes(PyObject *self, visitproc visit, void *arg);
0 commit comments