]> granicus.if.org Git - python/commitdiff
bpo-38210: Fix compiler warning in dictobject.c (GH-16611)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Oct 2019 10:28:16 +0000 (12:28 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2019 10:28:16 +0000 (12:28 +0200)
The "tmp" variable is no longer used.


No differences found