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
exports fix 10
Co-authored-by: Petr Viktorin <[email protected]>
  • Loading branch information
Yashp002 and encukou authored Jan 9, 2026
commit 2f242416ad1182aaf7f3ab99b3daefd8385a37cf
4 changes: 0 additions & 4 deletions Doc/c-api/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,6 @@ complete listing.
This macro is intended for defining CPython's C API itself;
extension modules should not use it for their own symbols.

Example usage::

PyAPI_DATA(const unsigned long) Py_Version;


.. _api-objects:

Expand Down
Loading