From: Victor Stinner Date: Mon, 7 Oct 2019 10:28:16 +0000 (+0200) Subject: bpo-38210: Fix compiler warning in dictobject.c (GH-16611) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d97f1ce6dba6c4aa5614adc06ad2e0948709845c;p=python bpo-38210: Fix compiler warning in dictobject.c (GH-16611) The "tmp" variable is no longer used. ---