Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
exports fix 4
Co-authored-by: Petr Viktorin <encukou@gmail.com>
  • Loading branch information
Yashp002 and encukou authored Jan 8, 2026
commit 68269d34ac12ff862a1c5dfadf71e79ada8feaee
2 changes: 1 addition & 1 deletion Doc/c-api/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ complete listing.

Macro used to declare a symbol (function or data) as exported.
On Windows, this expands to ``__declspec(dllexport)``.
On other platforms with visibility support, it
On compatible versions of GCC/Clang, it
expands to ``__attribute__((visibility("default")))``.
This macro is for defining the C API itself; extension modules should not use it.

Expand Down
Loading