]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107211: No longer export internal functions (7) (#108425)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 15:40:56 +0000 (17:40 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 15:40:56 +0000 (17:40 +0200)
commitf1ae706ca53d43890cf09ccf052d783e97ba4b28
treed4f8bdd2462bd3091674c068f53ef456e368d2a2
parent52c6a6e48a5fa12af401810722cfcad859e9881a
gh-107211: No longer export internal functions (7) (#108425)

No longer export _PyUnicode_FromId() internal C API function.

Change comment style to "// comment" and add comment explaining why
other functions have to be exported.

Update Tools/build/generate_token.py to update Include/internal/pycore_token.h
comments.
Include/internal/pycore_pylifecycle.h
Include/internal/pycore_pystate.h
Include/internal/pycore_runtime.h
Include/internal/pycore_setobject.h
Include/internal/pycore_sysmodule.h
Include/internal/pycore_token.h
Include/internal/pycore_typeobject.h
Include/internal/pycore_unicodeobject.h
Modules/_testinternalcapi.c
Tools/build/generate_token.py