[issue45786] Avoid allocating when exiting frame; it may be unsafe.

Mark Shannon report at bugs.python.org
Thu Jan 13 13:35:35 EST 2022


Mark Shannon <mark at hotpy.org> added the comment:

With https://bugs.python.org/issue45963 both frame objects and generators contain space for the frame, so no allocation occurs on exit.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list