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.

classification
Title: Got a compile warning in dictobject.c
Type: compile error Stage: resolved
Components: Build Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: shihai1991
Priority: normal Keywords: patch

Created on 2019-10-07 09:14 by shihai1991, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 16610 merged shihai1991, 2019-10-07 09:17
Messages (1)
msg354068 - (view) Author: Hai Shi (shihai1991) * (Python triager) Date: 2019-10-07 09:14
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
2022-04-11 14:59:21adminsetgithub: 82571
2019-10-07 10:20:31serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-10-07 09:17:05shihai1991setkeywords: + patch
stage: patch review
pull_requests: + pull_request16198
2019-10-07 09:15:59shihai1991settitle: Got an compile warning in dictobject.c -> Got a compile warning in dictobject.c
2019-10-07 09:14:51shihai1991create