SIGN IN SIGN UP

bpo-35560: Remove assertion from format(float, "n") (GH-11288) (GH-23231)

Fix an assertion error in format() in debug build for floating point
formatting with "n" format, zero padding and small width. Release build is
not impacted. Patch by Karthikeyan Singaravelan.
(cherry picked from commit 3f7983a25a3d19779283c707fbdd5bc91b1587ef)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
M
Miss Islington (bot) committed
dae5d728bc3f1d4039b64e4ec3a9036fd5d19587
Parent: a63234c
Committed by GitHub <noreply@github.com> on 11/10/2020, 7:58:27 PM