]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
float_divmod(): the code wasn't sick enough to stop the MS optimizer
authorTim Peters <tim.peters@gmail.com>
Thu, 1 Nov 2001 23:59:56 +0000 (23:59 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 1 Nov 2001 23:59:56 +0000 (23:59 +0000)
commit4e8ab5db38c84e981f1e4cd11fd375bf7469341e
treee95e713047782bf943bbeb24282c499026d2d181
parent95837f1973c0343f33bab0cc0fc98c32856d53e1
float_divmod():  the code wasn't sick enough to stop the MS optimizer
from optimizing away mod's sign adjustment when mod == 0; so it got
the intended result only in the debug build.
Objects/floatobject.c