[issue44746] Improper behaviour of 'finally' keyword

Priyanshu report at bugs.python.org
Tue Jul 27 08:29:49 EDT 2021


Priyanshu <priyanshu_ug at mech.nits.ac.in> added the comment:

I have attached a file as an example. The finally clause is not getting executed if we make use of raise keyword in except clause. It should have been executed in this case case, right?

----------
Added file: https://bugs.python.org/file50185/error.py

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


More information about the Python-bugs-list mailing list