]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150)
authorMark Dickinson <dickinsm@gmail.com>
Sun, 26 Feb 2023 12:34:21 +0000 (12:34 +0000)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2023 12:34:21 +0000 (12:34 +0000)
commit5b610b59c75953aef4b523b833c7d6f2df963d90
tree14da8c99c0b77e3d2010d000f9f20579d3386b49
parent601c9db4550791125d7c3101c7028c49cc704e14
[3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150)

* [3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826)

Fixes compiler warnings in pytime.c..
(cherry picked from commit b1b375e2670a58fc37cb4c2629ed73b045159918)

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
* Add comment about the casts

---------

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Misc/NEWS.d/next/Library/2023-02-11-13-23-29.gh-issue-97786.QjvQ1B.rst [new file with mode: 0644]
Python/pytime.c