Commit e8631d1
committed
Address review feedback: add half-floats case to test_numbers(), simplify NEWS wording
Per skirpichev's review on GH-154569:
- Add a float16 (LE/BE) case to ArrayReconstructorTest.test_numbers()
for basic functional coverage alongside the other numeric types,
complementing the existing dedicated test_float16_endianness (which
he confirmed is fine to keep for deterministically forcing the
buggy slow path regardless of test-machine endianness).
- Simplify the NEWS entry wording per his suggested rewrite.1 parent fc94566 commit e8631d1
2 files changed
Lines changed: 8 additions & 7 deletions
File tree
- Lib/test
- Misc/NEWS.d/next/Library
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
212 | 216 | | |
213 | 217 | | |
214 | 218 | | |
| |||
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments