• Victor Stinner's avatar
    Issue #29140: Fix hash(datetime.time) · 423c16b4
    Victor Stinner yazdı
    Fix time_hash() function: replace DATE_xxx() macros with TIME_xxx() macros.
    Before, the hash function used a wrong value for microseconds if fold is set
    (equal to 1).
    423c16b4
_datetimemodule.c 192 KB