]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151845: Fix formatfloat() return-value contract in unicode_format.c (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 21 Jun 2026 17:43:01 +0000 (19:43 +0200)
committerGitHub <noreply@github.com>
Sun, 21 Jun 2026 17:43:01 +0000 (17:43 +0000)
commitf5119a536a6ca97f282fb0e8d3f700369f907bb6
tree4aff97cc6a91ffdb872568356370ccbf5750529a
parentf43f4384cce232003099fb6a1303f476f9e641c4
[3.15] gh-151845: Fix formatfloat() return-value contract in unicode_format.c (GH-151846) (#151865)

gh-151845: Fix formatfloat() return-value contract in unicode_format.c (GH-151846)

Fix formatfloat() return-value contract in unicode_format.c
(cherry picked from commit c2661e6189ab2833bf32fa723cc427e64c026839)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
Objects/unicode_format.c