Use the built-in class method bytes.fromhex() instead, which is available since Python 3.0.
This is a backport of core#22593
Differential D11136
test: refactor: remove hex_str_to_bytes helper PiRK on Mar 7 2022, 09:36. Authored by Tags None Subscribers None
Details
Use the built-in class method bytes.fromhex() instead, which is available since Python 3.0. This is a backport of core#22593 ninja check-functional-extended
Diff Detail
|