mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
d7a27e527d
Document PyMODINIT_FUNC macro. Remove links to PyAPI_FUNC() and PyAPI_DATA() macros since they are not documented. These macros should only be used to define the Python C API. They should not be used outside Python code base.