Skip to content

Commit a10b026

Browse files
authored
GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104409)
1 parent 79b17f2 commit a10b026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/obmalloc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ _Py_GetGlobalAllocatedBlocks(void)
882882

883883
/* Return a pointer to a bottom tree node, return NULL if it doesn't exist or
884884
* it cannot be created */
885-
static Py_ALWAYS_INLINE arena_map_bot_t *
885+
static inline Py_ALWAYS_INLINE arena_map_bot_t *
886886
arena_map_get(OMState *state, pymem_block *p, int create)
887887
{
888888
#ifdef USE_INTERIOR_NODES

0 commit comments

Comments
 (0)