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 nascheme
Date 2019-07-10.06:27:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562740079.69.0.103809665288.issue37537@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-07-10 06:27:59naschemesetrecipients: + nascheme
2019-07-10 06:27:59naschemesetmessageid: <1562740079.69.0.103809665288.issue37537@roundup.psfhosted.org>
2019-07-10 06:27:59naschemelinkissue37537 messages
2019-07-10 06:27:59naschemecreate