Commit 9a413fa
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 3f7983a)
Co-authored-by: Xtreak <tir.karthi@gmail.com>
1 parent 65ed9f3 commit 9a413fa
3 files changed
Lines changed: 23 additions & 1 deletion
File tree
- Lib/test
- Misc/NEWS.d/next/Core and Builtins
- Objects
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
704 | 723 | | |
705 | 724 | | |
706 | 725 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9356 | 9356 | | |
9357 | 9357 | | |
9358 | 9358 | | |
| 9359 | + | |
9359 | 9360 | | |
9360 | 9361 | | |
9361 | 9362 | | |
| |||
9366 | 9367 | | |
9367 | 9368 | | |
9368 | 9369 | | |
9369 | | - | |
9370 | 9370 | | |
9371 | 9371 | | |
9372 | 9372 | | |
| |||
0 commit comments