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 Mark.Shannon
Recipients Mark.Shannon
Date 2015-07-16.20:58:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437080324.24.0.647779902092.issue24648@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 23601 advocates using the small object allocator for dict-keys objects and the results of tests are good.

Using the small object allocator for dict value-arrays as well seems like the obvious next step.
History
Date User Action Args
2015-07-16 20:58:44Mark.Shannonsetrecipients: + Mark.Shannon
2015-07-16 20:58:44Mark.Shannonsetmessageid: <1437080324.24.0.647779902092.issue24648@psf.upfronthosting.co.za>
2015-07-16 20:58:44Mark.Shannonlinkissue24648 messages
2015-07-16 20:58:43Mark.Shannoncreate