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 stutzbach
Recipients pitrou, rhettinger, stutzbach
Date 2011-02-26.17:02:24
SpamBayes Score 1.8485468e-06
Marked as misclassified No
Message-id <1298739745.54.0.516903833906.issue11335@psf.upfronthosting.co.za>
In-reply-to
Content
In list.sort, if a key function throws an exception, the memory to store the keys is never freed.  I introduced the bug in r86937.  I'll upload a patch for review shortly.
History
Date User Action Args
2011-02-26 17:02:25stutzbachsetrecipients: + stutzbach, rhettinger, pitrou
2011-02-26 17:02:25stutzbachsetmessageid: <1298739745.54.0.516903833906.issue11335@psf.upfronthosting.co.za>
2011-02-26 17:02:24stutzbachlinkissue11335 messages
2011-02-26 17:02:24stutzbachcreate