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 christian.heimes
Recipients christian.heimes
Date 2015-04-23.14:22:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429798978.55.0.726391099196.issue24038@psf.upfronthosting.co.za>
In-reply-to
Content
One error path in list.sort() doesn't do proper cleanup. It neither sets an exception nor resets the internal pointers to its former values. In case of failed malloc() it leaves the list object in an invalid state.
History
Date User Action Args
2015-04-23 14:22:58christian.heimessetrecipients: + christian.heimes
2015-04-23 14:22:58christian.heimessetmessageid: <1429798978.55.0.726391099196.issue24038@psf.upfronthosting.co.za>
2015-04-23 14:22:58christian.heimeslinkissue24038 messages
2015-04-23 14:22:58christian.heimescreate