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 pitrou
Recipients flox, kaifeng, neologix, pitrou
Date 2011-04-24.23:22:16
SpamBayes Score 8.50185e-05
Marked as misclassified No
Message-id <1303687338.05.0.893242047962.issue11849@psf.upfronthosting.co.za>
In-reply-to
Content
> By the way, I noticed that dictionnaries are never allocated through
> pymalloc, since a new dictionnary takes more than 256B...

On 64-bit builds indeed. pymalloc could be improved to handle allocations up to 512B. Want to try and write a patch?
History
Date User Action Args
2011-04-24 23:22:18pitrousetrecipients: + pitrou, flox, neologix, kaifeng
2011-04-24 23:22:18pitrousetmessageid: <1303687338.05.0.893242047962.issue11849@psf.upfronthosting.co.za>
2011-04-24 23:22:16pitroulinkissue11849 messages
2011-04-24 23:22:16pitroucreate