]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104439)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 12 May 2023 22:06:29 +0000 (15:06 -0700)
committerGitHub <noreply@github.com>
Fri, 12 May 2023 22:06:29 +0000 (22:06 +0000)
Objects/obmalloc.c

index fae9c8110f1928559e2a3fe96be664605152da5f..b9529e418d4f9e73f2d0e94215cb9700413af5d2 100644 (file)
@@ -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