[issue14994] GCC error when using pyerrors.h

2012-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 696d3631a4a1 by Benjamin Peterson in branch 'default': __GNUC__ does not imply gcc version is present, so just check for version (closes #14994) http://hg.python.org/cpython/rev/696d3631a4a1 -- nosy: +python-dev resolution: -> fixed stage

[issue14994] GCC error when using pyerrors.h

2012-06-03 Thread André Malo
New submission from André Malo : GCC error when using pyerrors.h This ist my first attempt to test an extension with python 3.3. I've been using the 3.3.0a4 tarball. I'm using very strict compiler settings when compiling my extension modules, especially -Wall -Werror (along with a lot more fl