• Victor Stinner's avatar
    Fix CID-1420310: cast PY_TIMEOUT_MAX to _Py_time_t (#4646) · c319eeeb
    Victor Stinner yazdı
    Fix the following false-alarm Coverity warning:
    
        Result is not floating-point
        (UNINTENDED_INTEGER_DIVISION)integer_division: Dividing integer
        expressions 9223372036854775807LL and 1000LL, and then converting
        the integer quotient to type double. Any remainder, or fractional
        part of the quotient, is ignored.
    
        To compute and use a non-integer quotient, change or cast either
        operand to type double. If integer division is intended, consider
        indicating that by casting the result to type long long .
    c319eeeb
Adı
Son kayıt (commit)
Son güncelleme
.github Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Programs Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README.rst Loading commit data...
aclocal.m4 Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...