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 85453d0 commit a90b05fCopy full SHA for a90b05f
Include/internal/pycore_freelist.h
@@ -52,7 +52,7 @@ _Py_freelists_GET(void)
52
#define _Py_FREELIST_POP_MEM(NAME) \
53
_PyFreeList_PopMem(&_Py_freelists_GET()->NAME)
54
55
-#define _Py_FREELIST_SIZE(NAME) ((_Py_freelists_GET()->NAME).size)
+#define _Py_FREELIST_SIZE(NAME) (int)((_Py_freelists_GET()->NAME).size)
56
57
static inline int
58
_PyFreeList_Push(struct _Py_freelist *fl, void *obj, Py_ssize_t maxsize)
0 commit comments