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 <1557761466.44.0.554469143342.issue36725@roundup.psfhosted.org>
In-reply-to
Content
This leak has been fixed by:

commit f00828a742d2e88c910bdfd00f08fcd998554ba5 (refs/bisect/bad)
Author: Pablo Galindo <Pablogsal@gmail.com>
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: <1557761466.44.0.554469143342.issue36725@roundup.psfhosted.org>
2019-05-13 15:31:06vstinnerlinkissue36725 messages
2019-05-13 15:31:06vstinnercreate