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 vstinner
Recipients Mark.Shannon, vstinner
Date 2015-07-16.21:11:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437081109.79.0.306216023538.issue24648@psf.upfronthosting.co.za>
In-reply-to
Content
If it's an optimization, we need benchmarks.

We should also try to modify PyMem allocator to simply be an alias to PyObject allocator. I expect a little speedup. I'm not talking for the specific case of the dict type, but for all Python.
History
Date User Action Args
2015-07-16 21:11:49vstinnersetrecipients: + vstinner, Mark.Shannon
2015-07-16 21:11:49vstinnersetmessageid: <1437081109.79.0.306216023538.issue24648@psf.upfronthosting.co.za>
2015-07-16 21:11:49vstinnerlinkissue24648 messages
2015-07-16 21:11:49vstinnercreate