]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107211: No longer export internal functions (5) (#108423)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 16:06:53 +0000 (18:06 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 16:06:53 +0000 (16:06 +0000)
commitb7808820b12b2df30cb21d8e8a5634e3ff97e376
tree4b7b8e1989da590d87ce84ef1f3a9d1186478c6e
parentf1ae706ca53d43890cf09ccf052d783e97ba4b28
gh-107211: No longer export internal functions (5) (#108423)

No longer export _PyCompile_AstOptimize() internal C API function.

Change comment style to "// comment" and add comment explaining why
other functions have to be exported.
Include/internal/pycore_bytesobject.h
Include/internal/pycore_call.h
Include/internal/pycore_ceval.h
Include/internal/pycore_compile.h
Include/internal/pycore_complexobject.h
Include/internal/pycore_fileutils.h
Include/internal/pycore_genobject.h
Include/internal/pycore_hashtable.h
Include/internal/pycore_import.h
Include/internal/pycore_initconfig.h