Commit de58b64
committed
gh-145633: remove support for ancient ARM platforms with mixed-endian doubles
* drop DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 macro
* use DOUBLE_IS_BIG/LITTLE_ENDIAN_IEEE754 to detect endianness of
float/doubles
* drop "unknown_format" code path in PyFloat_Pack/Unpack*()1 parent 9159287 commit de58b64
8 files changed
Lines changed: 121 additions & 510 deletions
File tree
- Include
- internal
- Misc/NEWS.d/next/Core_and_Builtins
- Objects
- Python
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
| 185 | + | |
187 | 186 | | |
188 | 187 | | |
189 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments