]> granicus.if.org Git - python/commit
Use copysign to produce appropriately signed zeros instead of trying to worm around...
authorMark Dickinson <dickinsm@gmail.com>
Sat, 4 Dec 2010 13:14:29 +0000 (13:14 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 4 Dec 2010 13:14:29 +0000 (13:14 +0000)
commit7b1bee47ae553af0a81b9f76bd5d71f07b755a90
tree3e1858401f30dfd2722fab365324312846859c73
parent2cf9ddb390564046242d7b0c5667c62843e74714
Use copysign to produce appropriately signed zeros instead of trying to worm around possible compiler optimizations.
Objects/floatobject.c