[issue11335] Memory leak after key function failure in sort

Daniel Stutzbach report at bugs.python.org
Sat Feb 26 18:02:25 CET 2011


New submission from Daniel Stutzbach <stutzbach at google.com>:

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.

----------
assignee: stutzbach
components: Interpreter Core
messages: 129574
nosy: pitrou, rhettinger, stutzbach
priority: normal
severity: normal
stage: patch review
status: open
title: Memory leak after key function failure in sort
type: resource usage
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11335>
_______________________________________


More information about the Python-bugs-list mailing list