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 pitrou
Recipients dstufft, eric.araujo, lemburg, mark, ned.deily, pitrou
Date 2014-11-11.10:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415700424.61.0.659487788144.issue22846@psf.upfronthosting.co.za>
In-reply-to
Content
> The ultimate cause of that is some interaction with the compilation
> environment.  Some sort of CFLAGS is ultimately ending up in some
> Python code like above when it should be [ ('_FORTIFY_SOURCE', '2') ].
> Note this is not part of the APSW source - it is something external.

That's as unhelpful as a bug report can get. If ICU doesn't provide the right types, the setup.py should fix them up.
(assuming ICU provides the preprocessor flags here - I haven't check)
History
Date User Action Args
2014-11-11 10:07:04pitrousetrecipients: + pitrou, lemburg, mark, ned.deily, eric.araujo, dstufft
2014-11-11 10:07:04pitrousetmessageid: <1415700424.61.0.659487788144.issue22846@psf.upfronthosting.co.za>
2014-11-11 10:07:04pitroulinkissue22846 messages
2014-11-11 10:07:04pitroucreate