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-Tag: v3.9.0a1~250 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d97f1ce6dba6c4aa5614adc06ad2e0948709845c;p=thirdparty%2FPython%2Fcpython.git bpo-38210: Fix compiler warning in dictobject.c (GH-16611) The "tmp" variable is no longer used. ---