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

Mark Shannon report at bugs.python.org
Thu Nov 11 11:56:58 EST 2021


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

Ok, so it is not as bad as I thought.

A failed allocation might leave us with an invalid frameobject, though. So it is still worth fixing.

----------

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


More information about the Python-bugs-list mailing list