]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove unnecessary for loop initializer in long_lshift1() (GH-93071)
authoroda-gitso <105083118+oda-gitso@users.noreply.github.com>
Wed, 25 May 2022 17:57:33 +0000 (00:57 +0700)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 17:57:33 +0000 (18:57 +0100)
commit854db1a6061c83d80a3f1e4e87f043b521719920
tree0bffee798dd46ab536d0c624469629db14fff9a8
parent32e3b790bc588c9ccbea810a4bea7a20bee43fb2
Remove unnecessary for loop initializer in long_lshift1() (GH-93071)

* Remove unnecessary for loop initialization.
Objects/longobject.c