Looks like recent versions of vulture are triggering false positives on while True loops with internal breaks.
Failure: https://github.com/bitcoin/bitcoin/actions/runs/22981056848/job/66720754466?pr=34628
Upstream issue: https://github.com/jendrikseipp/vulture/issues/412
I guess the triggering change was: https://github.com/jendrikseipp/vulture/pull/378