Closed
Description
Bug report
Bug description:
There are tests for string formatting errors - https://github.com/python/cpython/blob/main/Lib/test/test_str.py#L1581-L1591, but no tests for byte formatting errors - https://github.com/python/cpython/blob/main/Lib/test/test_bytes.py#L719.
I would like to send a PR to fix this.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response