mirror of https://github.com/python/cpython.git
[3.11] GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104439)
This commit is contained in:
parent
b4c1ca29cc
commit
b90c922f3f
|
@ -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
|
/* Return a pointer to a bottom tree node, return NULL if it doesn't exist or
|
||||||
* it cannot be created */
|
* 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)
|
arena_map_get(block *p, int create)
|
||||||
{
|
{
|
||||||
#ifdef USE_INTERIOR_NODES
|
#ifdef USE_INTERIOR_NODES
|
||||||
|
|
Loading…
Reference in New Issue