mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
423c16b4c3
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).
Source files for standard library extension modules, and former extension modules that are now builtin modules.