bpo-38210: Fix compiler warning in dictobject.c by vstinner · Pull Request #16611 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-38210: Fix compiler warning in dictobject.c#16611
vstinner merged 1 commit intopython:masterfrom
vstinner:dict_warn
bpo-38210: Fix compiler warning in dictobject.c#16611
vstinner merged 1 commit intopython:masterfrom
vstinner:dict_warn
Conversation
Copy link Copy Markdown
Member
The "tmp" variable is no longer used.
The "tmp" variable is no longer used.
vstinner
added
the
skip news
label
vstinner
requested a review
from methane
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
Copy link Copy Markdown
Member Author
vstinner
commented
Oct 7, 2019
vstinner commented
Oct 7, 2019
vstinner
merged commit
d97f1ce
into
python:master
vstinner
deleted the
dict_warn
branch
bedevere-bot
removed
the
awaiting core review
label
Copy link Copy Markdown
Member
corona10
commented
Oct 7, 2019
corona10 commented
Oct 7, 2019Thanks for the fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment