]> granicus.if.org Git - python/commit
Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Aug 2019 17:13:52 +0000 (10:13 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 27 Aug 2019 17:13:52 +0000 (10:13 -0700)
commitd5ba8bbdae9a59c10c1275f71415732d68fe9661
treea1786498e01822ef21d52efd84c131ca902f93c3
parent91020fade6ca0f22eef2d338be1380b17385e715
Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551)

(cherry picked from commit 0138c4ceab1e10d42d0aa962d2ae079b46da7671)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Objects/unicodeobject.c
Python/peephole.c
Python/pystrhex.c