]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151845: Fix formatfloat() return-value contract in unicode_format.c (#151846)
authorAN Long <aisk@users.noreply.github.com>
Sun, 21 Jun 2026 17:16:30 +0000 (02:16 +0900)
committerGitHub <noreply@github.com>
Sun, 21 Jun 2026 17:16:30 +0000 (20:16 +0300)
commitc2661e6189ab2833bf32fa723cc427e64c026839
treeeb6fdc65194d2190db7ea20bffef12046095e9ab
parentf28ef858f5515d200319e9675d66f8f13afa5a0d
gh-151845: Fix formatfloat() return-value contract in unicode_format.c (#151846)

Fix formatfloat() return-value contract in unicode_format.c
Objects/unicode_format.c