blob: ea2045f91dd8b3a6236e6db4472970ce66b8791c [file] [log] [blame]
Fix false positive for ``used-before-assignment`` in a ``finally`` block
when assignments took place in both the ``try`` block and each exception handler.
Closes #9451