]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131296: fix clang-cl warning on Windows in pytime.c (GH-131297)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Sat, 15 Mar 2025 18:41:34 +0000 (19:41 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Mar 2025 18:41:34 +0000 (11:41 -0700)
commitf104c19a94ae43f788e509019901b1f48fbd134e
tree2c573ab2d180c2aa689196a7300f18a4df231203
parentfaa80fcf46f379dd13ad2d4d2a406449d37c2d60
GH-131296: fix clang-cl warning on Windows in pytime.c (GH-131297)

fix warning : integer literal is too large

to be represented in a signed integer type,
interpreting as unsigned [-Wimplicitly-unsigned-literal]
Python/pytime.c