[New-bugs-announce] [issue25725] Memory leak on unpickling bogus data

Serhiy Storchaka report at bugs.python.org
Tue Nov 24 15:49:41 EST 2015


New submission from Serhiy Storchaka:

New tests added in issue23914 exposed memory leak on unpickling TUPLE1..TUPLE3 opcodes with insufficient stack. Proposed patch fixes the leak.

----------
assignee: serhiy.storchaka
components: Library (Lib)
keywords: patch
messages: 255289
nosy: alexandre.vassalotti, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Memory leak on unpickling bogus data
type: resource usage
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41154/load_counted_tuple_leak.patch

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


More information about the New-bugs-announce mailing list