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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25725>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to