[issue37830] continue in finally with return in try results with segfault

Serhiy Storchaka report at bugs.python.org
Mon Aug 12 07:56:22 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It looks to me, that it is not possible to solve this with the current bytecode. Perhaps the only way to fix a crash is to revert issue32489.

Implementing Mark's idea about inlining the code of a "finally" block may help to solve the issue with "continue" in "finally".

----------

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


More information about the Python-bugs-list mailing list