Skip to content

Commit d3e69b6

Browse files
Yashp002encukou
andauthored
exports fix 3
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent d0c5c25 commit d3e69b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/c-api/intro.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,9 @@ complete listing.
225225
.. c:macro:: Py_LOCAL_SYMBOL
226226
227227
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
228+
On supported platforms, it ensures the symbol is not exported.
229+
230+
On compatible versions of GCC/Clang, it
230231
expands to ``__attribute__((visibility("hidden")))``.
231232

232233
.. c:macro:: Py_MAX(x, y)

0 commit comments

Comments
 (0)