Commit 434c62d
committed
Address review feedback: trim NEWS wording, generalize the single-call test
Per skirpichev's review on GH-154567:
- Trim the NEWS entry to his suggested wording.
- Move test_byteswap_single_call_result from ComplexDoubleTest into the
shared CFPTest base class, using self.example and computing
itemsize/half dynamically instead of hardcoded values, so it now
covers both ComplexFloatTest ('Zf') and ComplexDoubleTest ('Zd')
rather than just one.1 parent 7b1b994 commit 434c62d
2 files changed
Lines changed: 17 additions & 17 deletions
File tree
- Lib/test
- Misc/NEWS.d/next/Library
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1569 | 1569 | | |
1570 | 1570 | | |
1571 | 1571 | | |
| 1572 | + | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
| 1587 | + | |
1572 | 1588 | | |
1573 | 1589 | | |
1574 | 1590 | | |
| |||
1611 | 1627 | | |
1612 | 1628 | | |
1613 | 1629 | | |
1614 | | - | |
1615 | | - | |
1616 | | - | |
1617 | | - | |
1618 | | - | |
1619 | | - | |
1620 | | - | |
1621 | | - | |
1622 | | - | |
1623 | | - | |
1624 | | - | |
1625 | | - | |
1626 | | - | |
1627 | | - | |
1628 | 1630 | | |
1629 | 1631 | | |
1630 | 1632 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
0 commit comments