Issue #1678380: When distinguishing between -0.0 and 0.0 in
commit42e3288e03db2e2ec9e362691fe0c50f1d78f7f9
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 28 Nov 2009 16:32:27 +0000 (28 16:32 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 28 Nov 2009 16:32:27 +0000 (28 16:32 +0000)
tree82bb705f1a508f184c60b6577c6e5ff56d671d2e
parent0b2b725f90192c664ff073b145bb3a427152e1dd
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.

git-svn-id: http://svn.python.org/projects/python/trunk@76575 6015fed2-1504-0410-9fe1-9d1591cc4771
Python/compile.c