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 serhiy.storchaka
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2015-11-24.20:49:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448398181.68.0.540062768953.issue25725@psf.upfronthosting.co.za>
In-reply-to
Content
New tests added in issue23914 exposed memory leak on unpickling TUPLE1..TUPLE3 opcodes with insufficient stack. Proposed patch fixes the leak.
History
Date User Action Args
2015-11-24 20:49:41serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti
2015-11-24 20:49:41serhiy.storchakasetmessageid: <1448398181.68.0.540062768953.issue25725@psf.upfronthosting.co.za>
2015-11-24 20:49:41serhiy.storchakalinkissue25725 messages
2015-11-24 20:49:41serhiy.storchakacreate