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 vstinner
Recipients SamB, dmalcolm, loewis, pitrou, tromey, twouters, vstinner
Date 2015-03-17.10:22:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426587757.77.0.196167810218.issue11410@psf.upfronthosting.co.za>
In-reply-to
Content
+#if defined(__GNUC__) && __GNUC__ >= 4
+#       define HAVE_ATTRIBUTE_VISIBILITY
+#endif

Clang now also supports __attribute__((visibility("..."))). I don't know since which version.

I'm not sure because I don't see it:
http://clang.llvm.org/docs/AttributeReference.html

I see it there:
http://llvm.org/docs/LangRef.html#visibility-styles
History
Date User Action Args
2015-03-17 10:22:37vstinnersetrecipients: + vstinner, loewis, twouters, pitrou, dmalcolm, SamB, tromey
2015-03-17 10:22:37vstinnersetmessageid: <1426587757.77.0.196167810218.issue11410@psf.upfronthosting.co.za>
2015-03-17 10:22:37vstinnerlinkissue11410 messages
2015-03-17 10:22:37vstinnercreate