mirror of
https://github.com/python/cpython.git
synced 2026-07-26 20:03:16 -04:00
aefb69b23f
"uint8_t day" is unsigned and so "day < 0" test is always true. Remove the test to fix the following warnings on Windows: modules\_zoneinfo.c(1224): warning C4068: unknown pragma modules\_zoneinfo.c(1225): warning C4068: unknown pragma modules\_zoneinfo.c(1227): warning C4068: unknown pragma
Source files for standard library extension modules, and former extension modules that are now builtin modules.