]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115827: Fix compile warning in `longobject.c` (#115828)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 22 Feb 2024 17:57:12 +0000 (20:57 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 17:57:12 +0000 (17:57 +0000)
commit465df8855e9fff771e119ea525344de48869ef1a
tree02947c3d5d334499110423b288c50a146e40f955
parentb348313e7a48811acacc293ac4b2c8b20b4c631b
gh-115827: Fix compile warning in `longobject.c` (#115828)

Objects/longobject.c:1186:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Objects/longobject.c