mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104409)
This commit is contained in:
parent
79b17f2cf0
commit
a10b026f0f
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ _Py_GetGlobalAllocatedBlocks(void)
|
|||
|
||||
/* 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(OMState *state, pymem_block *p, int create)
|
||||
{
|
||||
#ifdef USE_INTERIOR_NODES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue