• Victor Stinner's avatar
    bpo-27645, sqlite: Fix integer overflow on sleep (#6594) · ca405017
    Victor Stinner yazdı
    Use the _PyTime_t type and round away from zero (ROUND_UP,
    _PyTime_ROUND_TIMEOUT) the sleep duration, when converting a Python
    object to seconds and then to milliseconds. Raise an OverflowError in
    case of overflow.
    
    Previously the (int)double conversion rounded towards zero
    (ROUND_DOWN).
    ca405017
Adı
Son kayıt (commit)
Son güncelleme
..
cache.c Loading commit data...
cache.h Loading commit data...
connection.c Loading commit data...
connection.h Loading commit data...
cursor.c Loading commit data...
cursor.h Loading commit data...
microprotocols.c Loading commit data...
microprotocols.h Loading commit data...
module.c Loading commit data...
module.h Loading commit data...
prepare_protocol.c Loading commit data...
prepare_protocol.h Loading commit data...
row.c Loading commit data...
row.h Loading commit data...
statement.c Loading commit data...
statement.h Loading commit data...
util.c Loading commit data...
util.h Loading commit data...