We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c5c25 commit d3e69b6Copy full SHA for d3e69b6
Doc/c-api/intro.rst
@@ -225,8 +225,9 @@ complete listing.
225
.. c:macro:: Py_LOCAL_SYMBOL
226
227
Macro used to declare a symbol as local to the shared library (hidden).
228
- It ensures the symbol is not exported.
229
- On platforms with visibility support, it
+ On supported platforms, it ensures the symbol is not exported.
+
230
+ On compatible versions of GCC/Clang, it
231
expands to ``__attribute__((visibility("hidden")))``.
232
233
.. c:macro:: Py_MAX(x, y)
0 commit comments