Bug report
Bug description:
from pathlib import Path
Info = Path("build/Info.bin").read_bytes()#.hex()
print(Info)
print(Info.hex())
here's the output:
b'\x01\x00\xc22\x00\x00\x00\x00\x00\x00'
0100c232000000000000
CPython versions tested on:
3.13, 3.10
Operating systems tested on:
Windows