New submission from Daniel Stutzbach <stutzb...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11335>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to