[issue36725] Reference leak regression with Python3.8a3

STINNER Victor report at bugs.python.org
Mon May 13 11:31:06 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

This leak has been fixed by:

commit f00828a742d2e88c910bdfd00f08fcd998554ba5 (refs/bisect/bad)
Author: Pablo Galindo <Pablogsal at 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)

----------
resolution:  -> duplicate
stage: patch review -> resolved
status: open -> closed
superseder:  -> Frame stack is not cleaned after execution is finished with return

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36725>
_______________________________________


More information about the Python-bugs-list mailing list