This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nascheme
Recipients methane, nascheme
Date 2021-10-19.05:37:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2021-10-19 05:37:59naschemesetrecipients: + nascheme, methane
2021-10-19 05:37:58naschemesetmessageid: <[email protected]>
2021-10-19 05:37:58naschemelinkissue45521 messages
2021-10-19 05:37:58naschemecreate