Skip to content

Commit

Permalink
[3.11] GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104439)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtbucher authored May 12, 2023
1 parent b4c1ca2 commit b90c922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/obmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ static arena_map_bot_t arena_map_root;

/* Return a pointer to a bottom tree node, return NULL if it doesn't exist or
* it cannot be created */
static Py_ALWAYS_INLINE arena_map_bot_t *
static inline Py_ALWAYS_INLINE arena_map_bot_t *
arena_map_get(block *p, int create)
{
#ifdef USE_INTERIOR_NODES
Expand Down

0 comments on commit b90c922

Please sign in to comment.