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-07-09.20:01:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436472062.1.0.00333348249646.issue23601@psf.upfronthosting.co.za>
In-reply-to
Content
Large objects are just if size > 512: return malloc(size) there is no reason it should be slower.
Also for large objects allocation speed does not matter as much.
History
Date User Action Args
2015-07-09 20:01:02jtaylorsetrecipients: + jtaylor, lemburg, tim.peters, rhettinger, pitrou, Mark.Shannon, serhiy.storchaka
2015-07-09 20:01:02jtaylorsetmessageid: <1436472062.1.0.00333348249646.issue23601@psf.upfronthosting.co.za>
2015-07-09 20:01:02jtaylorlinkissue23601 messages
2015-07-09 20:01:02jtaylorcreate