commit | d97f1ce6dba6c4aa5614adc06ad2e0948709845c | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Oct 07 12:28:16 2019 +0200 |
committer | GitHub <noreply@github.com> | Mon Oct 07 12:28:16 2019 +0200 |
tree | a7a6bb1ba3e10f4a3a5a386d4c9f32d839769bbc | |
parent | ed8efd8e2c993e9d0528ffb875f73e2aefada068 [diff] |
bpo-38210: Fix compiler warning in dictobject.c (GH-16611) The "tmp" variable is no longer used.