]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
authorPetr Viktorin <encukou@gmail.com>
Wed, 10 Aug 2022 11:12:40 +0000 (13:12 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Aug 2022 11:12:40 +0000 (13:12 +0200)
commit71c3d649b5a0324c6eb01f9ad025c1e102b82bba
tree391b3851d97f8cbd865ce71ca02b3e28da1c51de
parentcf28540fd361eaca7b457e3fa43d62fd97a94d17
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)

Co-authored-by: philg314 <110174000+philg314@users.noreply.github.com>
Doc/whatsnew/3.12.rst
Misc/ACKS
Misc/NEWS.d/next/C API/2022-07-31-21-58-27.gh-issue-95504.wy7B1F.rst [new file with mode: 0644]
Modules/_testcapi/unicode.c
Objects/unicodeobject.c