]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130928: Fix error message during bytes formatting for the `'i'` flag (#130967)
authorAgeev Maxim <maksim170901@gmail.com>
Mon, 24 Mar 2025 19:07:03 +0000 (22:07 +0300)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 19:07:03 +0000 (22:07 +0300)
commit7c3692fe275088e986f92cec34dcccb823b31fa2
treeeb7bad74a7bd4931fdd022e25dd5c91f99a4f70d
parent929afd1d6ee4fb89ac818037effe6577947103de
gh-130928: Fix error message during bytes formatting for the `'i'` flag (#130967)
Lib/test/test_bytes.py
Lib/test/test_format.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-09-09-03-24.gh-issue-130928.gP1yKv.rst [new file with mode: 0644]
Objects/bytesobject.c