1. 19 Sep, 2018 1 commit
    • Ross Burton's avatar
      closes bpo-34585: Don't do runtime test to get float byte order. (GH-9085) · 2a9c3805
      Ross Burton authored
      Currently configure.ac uses AC_RUN_IFELSE to determine the byte order of doubles, but this silently fails under cross compilation and Python doesn't do floats properly.
      
      Instead, steal a macro from autoconf-archive which compiles code using magic doubles (which encode to ASCII) and grep for the representation in the binary.
      
      RFC because this doesn't yet handle the weird ancient ARMv4 OABI 'mixed-endian' encoding properly. This encoding is ancient and I don't believe the union of "Python 3.8 users" and "OABI users" has anything in. Should the support for this just be dropped too? Alternatively, someone will need to find an OABI toolchain to verify the encoding of the magic double.
      2a9c3805
  2. 18 Sep, 2018 14 commits
  3. 17 Sep, 2018 17 commits
  4. 16 Sep, 2018 2 commits
  5. 15 Sep, 2018 3 commits
  6. 14 Sep, 2018 3 commits