Warning "Objects/longobject.c:1186:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]" #115827
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
It happens here:
cpython/Objects/longobject.c
Lines 1166 to 1193 in b348313
Line
1186
. The problem is:cpython/Objects/longobject.c
Line 1173 in b348313
cpython/Objects/longobject.c
Line 1186 in b348313
Buildbot link: https://buildbot.python.org/all/#/builders/332/builds/1372
I have a PR ready.
Linked PRs
longobject.c
#115828The text was updated successfully, but these errors were encountered: