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 26cffa2 commit 6c59e9bCopy full SHA for 6c59e9b
Doc/c-api/intro.rst
@@ -410,9 +410,8 @@ complete listing.
410
411
.. c:macro:: PyAPI_DATA(type)
412
413
- Macro used to declare a public global variable.
414
- It expands to ``extern Py_EXPORTED_SYMBOL type`` or ``extern Py_IMPORTED_SYMBOL type``
415
- depending on whether the core is being built or used.
+ Macro used by CPython to declare a public global variable as part of the C API.
+ Its expansion depends on the platform and build configuration.
416
This macro is intended for defining CPython's C API itself;
417
extension modules should not use it for their own symbols.
418
0 commit comments