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 jtaylor
Recipients Mark.Shannon, jtaylor, lemburg, pitrou, rhettinger, serhiy.storchaka, tim.peters
Date 2015-03-07.21:06:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425762418.0.0.154067537006.issue23601@psf.upfronthosting.co.za>
In-reply-to
Content
PyObject_Malloc just calls malloc above the threshold so there is no problem for larger dicts.
For larger dicts the performance of malloc is also irrelevant as the time will be spent elsewhere.
History
Date User Action Args
2015-03-07 21:06:58jtaylorsetrecipients: + jtaylor, lemburg, tim.peters, rhettinger, pitrou, Mark.Shannon, serhiy.storchaka
2015-03-07 21:06:58jtaylorsetmessageid: <1425762418.0.0.154067537006.issue23601@psf.upfronthosting.co.za>
2015-03-07 21:06:57jtaylorlinkissue23601 messages
2015-03-07 21:06:57jtaylorcreate