[New-bugs-announce] [issue45521] obmalloc radix tree typo in code

Neil Schemenauer report at bugs.python.org
Tue Oct 19 01:37:58 EDT 2021


New submission from Neil Schemenauer <nas-python at arctrix.com>:

There is a typo in the radix tree obmalloc code, spotted by Inada Naoki. 

-#define MAP_TOP_MASK (MAP_BOT_LENGTH - 1)
+#define MAP_TOP_MASK (MAP_TOP_LENGTH - 1)

This should be fixed both in the main branch and in 3.10.x.

----------
assignee: methane
components: Interpreter Core
messages: 404268
nosy: methane, nascheme
priority: high
severity: normal
stage: patch review
status: open
title: obmalloc radix tree typo in code
versions: Python 3.10, Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45521>
_______________________________________


More information about the New-bugs-announce mailing list