[New-bugs-announce] [issue37537] Compute allocated blocks in _Py_GetAllocatedBlocks()

Neil Schemenauer report at bugs.python.org
Wed Jul 10 02:27:59 EDT 2019


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

This is a small but measurable optimization for _PyObject_Malloc and _PyObject_Free.  It slows down _Py_GetAllocatedBlocks a bit but I think that's a price worth paying.

----------
components: Interpreter Core
messages: 347602
nosy: nascheme
priority: normal
severity: normal
status: open
title: Compute allocated blocks in _Py_GetAllocatedBlocks()

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


More information about the New-bugs-announce mailing list