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 vstinner
Recipients kayhayen, nanjekyejoannah, vstinner
Date 2019-05-13.15:31:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This leak has been fixed by:

commit f00828a742d2e88c910bdfd00f08fcd998554ba5 (refs/bisect/bad)
Author: Pablo Galindo <[email protected]>
Date:   Thu May 9 16:52:02 2019 +0100

    bpo-36851: Clean the frame stack if the execution ends with a return and the stack is not empty (GH-13191)
History
Date User Action Args
2019-05-13 15:31:06vstinnersetrecipients: + vstinner, kayhayen, nanjekyejoannah
2019-05-13 15:31:06vstinnersetmessageid: <[email protected]>
2019-05-13 15:31:06vstinnerlinkissue36725 messages
2019-05-13 15:31:06vstinnercreate