This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shihai1991
Recipients shihai1991
Date 2019-10-07.09:14:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570439691.81.0.591764842739.issue38390@roundup.psfhosted.org>
In-reply-to
Content
The warning detail:

Objects/dictobject.c: In function ‘_PyDictView_Intersect’:
Objects/dictobject.c:4189:15: warning: unused variable ‘tmp’ [-Wunused-variable]
     PyObject *tmp;
               ^
History
Date User Action Args
2019-10-07 09:14:51shihai1991setrecipients: + shihai1991
2019-10-07 09:14:51shihai1991setmessageid: <1570439691.81.0.591764842739.issue38390@roundup.psfhosted.org>
2019-10-07 09:14:51shihai1991linkissue38390 messages
2019-10-07 09:14:51shihai1991create