Page MenuHomePhabricator

[lint] Fix variables shadowing python builtins in the test framework
ClosedPublic

Authored by sdulfari on Apr 19 2023, 18:25.

Details

Summary

Shadowing builtins can lead to unexpected behavior. Continuing work from D13740

Test Plan
ninja check-functional
flake8 test_framework/ | grep A001  # empty

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable