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: typedef lookupfunc defined by not used
Type: compile error Stage:
Components: Build Versions: Python 3.3
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: David.Edelsohn
Priority: normal Keywords:

Created on 2013-06-19 15:09 by David.Edelsohn, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg191483 - (view) Author: David Edelsohn (David.Edelsohn) * Date: 2013-06-19 15:09
Objects/setobject.c:217:25: warning: typedef 'lookupfunc' locally defined but not used [-Wunused-local-typedefs]

This was fixed in trunk (changeset 84208:626a8e49f2a9) and should be backported to 3.3 branch. This is a warning found by GCC 4.8.
msg191490 - (view) Author: David Edelsohn (David.Edelsohn) * Date: 2013-06-19 19:09
Will not fix in Python 3.3.
History
Date User Action Args
2022-04-11 14:57:47adminsetgithub: 62465
2013-06-19 19:09:20David.Edelsohnsetstatus: open -> closed
resolution: wont fix
messages: + msg191490
2013-06-19 15:09:23David.Edelsohncreate