Commit dae5d72
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 a63234c commit dae5d72
File tree
3 files changed
+23
-1
lines changed- Lib/test
- Misc/NEWS.d/next/Core and Builtins
- Objects
3 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
700 | 719 | | |
701 | 720 | | |
702 | 721 | | |
| |||
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 | |
|---|---|---|---|
| |||
9473 | 9473 | | |
9474 | 9474 | | |
9475 | 9475 | | |
| 9476 | + | |
9476 | 9477 | | |
9477 | 9478 | | |
9478 | 9479 | | |
| |||
9483 | 9484 | | |
9484 | 9485 | | |
9485 | 9486 | | |
9486 | | - | |
9487 | 9487 | | |
9488 | 9488 | | |
9489 | 9489 | | |
| |||
0 commit comments