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 dmalcolm
Recipients dmalcolm, skip.montanaro
Date 2010-04-23.17:08:24
SpamBayes Score 0.00019520383
Marked as misclassified No
Message-id <1272042506.59.0.909892616289.issue4835@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm seeing this with gcc-4.4.3 with -Wall -Werror, leading to fatal errors
> trying to build an extension module against python 3.1

Specifically, with gcc, I'm seeing this warning (trying to port SELinux Python support to Python3), which, with -Werror becomes fatal:
In file included from /usr/include/python3.1/Python.h:72,
                 from audit2why.c:1:
/usr/include/python3.1/longobject.h:36:5: error: "SIZEOF_SOCKET_T" is not defined
cc1: warnings being treated as errors
History
Date User Action Args
2010-04-23 17:08:26dmalcolmsetrecipients: + dmalcolm, skip.montanaro
2010-04-23 17:08:26dmalcolmsetmessageid: <1272042506.59.0.909892616289.issue4835@psf.upfronthosting.co.za>
2010-04-23 17:08:24dmalcolmlinkissue4835 messages
2010-04-23 17:08:24dmalcolmcreate