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 bethard
Recipients bethard
Date 2009-06-21.19:10:40
SpamBayes Score 2.2239847e-07
Marked as misclassified No
Message-id <1245611444.58.0.810302302684.issue6319@psf.upfronthosting.co.za>
In-reply-to
Content
Right now, bdist_msi can run out of memory when used for larger
packages. (I found this problem working with NLTK.) The solution is
really simple - just add a db.Commit() so that stuff gets flushed to
disk more often. The attached patch does just that.

I set this as a release blocker because I think shipping Python 3.1 with
a bdist_msi in that doesn't work for large packages is probably a
mistake, and the patch to fix it is small and non-invasive.
History
Date User Action Args
2009-06-21 19:10:45bethardsetrecipients: + bethard
2009-06-21 19:10:44bethardsetmessageid: <1245611444.58.0.810302302684.issue6319@psf.upfronthosting.co.za>
2009-06-21 19:10:42bethardlinkissue6319 messages
2009-06-21 19:10:40bethardcreate