[issue6116] frame.f_locals keeps references to things for too long

Facundo Batista report at bugs.python.org
Thu May 5 20:45:59 CEST 2011


Facundo Batista <facundo at taniquetil.com.ar> added the comment:

Antoine, to see if I understood correctly... if we build the dict, and just return it but don't save it in the frame, this leak would be solved? (yes, it'd be slower because everytime it's asked, it'd need to be built again)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6116>
_______________________________________


More information about the Python-bugs-list mailing list