[issue6405] Redundant redeclarations in descrobject.h

2009-07-03 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r73809. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue6405] Redundant redeclarations in descrobject.h

2009-07-03 Thread Floris Bruynooghe
New submission from Floris Bruynooghe : There are redundant redeclarations for PyGetSetDescr_Type and PyMemberDescr_Type in descrobject.h. This is an issue when compiling an extension module with the -Wredundant-decls flag: In file included from /usr/local/include/python3.1/Python.h:98,