diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-27 08:40:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 08:40:24 (GMT) |
commit | d951aaea9762d86b560aaeb335e6ffac68238868 (patch) | |
tree | 07d874d620b3aeb5a7aa8de82b9d836d82b674ae /Python/traceback.c | |
parent | 0a69de768724639b5f91fcd1434acda7baaf6afd (diff) | |
download | cpython-d951aaea9762d86b560aaeb335e6ffac68238868.zip cpython-d951aaea9762d86b560aaeb335e6ffac68238868.tar.gz cpython-d951aaea9762d86b560aaeb335e6ffac68238868.tar.bz2 |
[3.11] gh-107298: Document PyMODINIT_FUNC macro (#109236) (#109948)
gh-107298: Document PyMODINIT_FUNC macro (#109236)
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.
(cherry picked from commit d7a27e527d7e669d2e45cff80ad725978226477c)
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions