Mark Dickinson a73ef2f979 Merged revisions 76575 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76575 | mark.dickinson | 2009-11-28 16:32:27 +0000 (Sat, 28 Nov 2009) | 5 lines

  Issue #1678380: When distinguishing between -0.0 and 0.0 in
  compiler_add_o, use copysign instead of examining the first and last
  bytes of the double.  The latter method fails for little-endian
  ARM, OABI, where doubles are little-endian but with the words swapped.
........
2009-11-28 16:38:16 +00:00
..
2009-11-10 19:50:40 +00:00
2009-04-27 20:54:42 +00:00
2009-11-10 19:50:40 +00:00
2009-07-17 19:11:02 +00:00
2009-11-10 22:38:52 +00:00
2009-10-24 20:43:49 +00:00