]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix compiler warning in ceval.c regarding signed comparison (GH-28716)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 4 Oct 2021 11:13:46 +0000 (12:13 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 11:13:46 +0000 (12:13 +0100)
commit07cf10bafc8f6e1fcc82c10d97d3452325fc7c04
tree56921dbc070358611f243e4738f6e53a9a829f75
parent252b7bcb236dc261f3af1275bc90f9a303d9648f
Fix compiler warning in ceval.c regarding signed comparison (GH-28716)
Python/ceval.c