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 sbt
Recipients pitrou, sbt, schmir, vstinner
Date 2012-08-24.14:00:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345816836.91.0.721990909934.issue15758@psf.upfronthosting.co.za>
In-reply-to
Content
After playing with the patch on Linux it seems that Linux much prefers the realloc() scheme to the list-of-chunks scheme.

This new patch only does list-of-chunks on Windows.
History
Date User Action Args
2012-08-24 14:00:36sbtsetrecipients: + sbt, pitrou, vstinner, schmir
2012-08-24 14:00:36sbtsetmessageid: <1345816836.91.0.721990909934.issue15758@psf.upfronthosting.co.za>
2012-08-24 14:00:36sbtlinkissue15758 messages
2012-08-24 14:00:36sbtcreate