Revision fc4fddb139d61c7c39e19e8e8164978af1b1a3fd authored by Miss Islington (bot) on 27 September 2023, 15:38:28 UTC, committed by GitHub on 27 September 2023, 15:38:28 UTC
gh-107298: Document PyMODINIT_FUNC macro (GH-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)

Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 1d6ef7e
History
File Mode Size
clinic
icons
layout
WinMain.c -rw-r--r-- 492 bytes
_msi.c -rw-r--r-- 36.0 KB
_testconsole.c -rw-r--r-- 3.8 KB
_wmimodule.cpp -rw-r--r-- 8.9 KB
classicAppCompat.can.xml -rw-r--r-- 6.9 KB
classicAppCompat.cat -rw-r--r-- 10.7 KB
classicAppCompat.sccd -rw-r--r-- 22.6 KB
config.c -rw-r--r-- 5.9 KB
config_minimal.c -rw-r--r-- 1.7 KB
crtlicense.txt -rw-r--r-- 1.7 KB
dl_nt.c -rw-r--r-- 808 bytes
errmap.h -rw-r--r-- 4.9 KB
frozen_dllmain.c -rw-r--r-- 3.9 KB
invalid_parameter_handler.c -rw-r--r-- 549 bytes
launcher-usage.txt -rw-r--r-- 1.1 KB
launcher.c -rw-r--r-- 65.6 KB
launcher2.c -rw-r--r-- 82.8 KB
msvcrtmodule.c -rw-r--r-- 16.7 KB
pyconfig.h -rw-r--r-- 21.5 KB
pylauncher.rc -rw-r--r-- 1.6 KB
pyshellext.cpp -rw-r--r-- 18.3 KB
pyshellext.def -rw-r--r-- 120 bytes
pyshellext.rc -rw-r--r-- 1.2 KB
python.manifest -rw-r--r-- 1.3 KB
python3dll.c -rwxr-xr-x 28.3 KB
python_exe.rc -rw-r--r-- 1.3 KB
python_nt.rc -rw-r--r-- 1.2 KB
python_uwp.cpp -rw-r--r-- 7.2 KB
python_ver_rc.h -rw-r--r-- 969 bytes
pythonw_exe.rc -rw-r--r-- 1.3 KB
readme.txt -rw-r--r-- 3.0 KB
sqlite3.rc -rw-r--r-- 1.4 KB
store_info.txt -rw-r--r-- 6.2 KB
validate_ucrtbase.py -rw-r--r-- 2.7 KB
winreg.c -rw-r--r-- 66.6 KB
winsound.c -rw-r--r-- 7.0 KB

readme.txt

back to top