]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107211: No longer export internal functions (6) (#108424)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 15:28:35 +0000 (17:28 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 15:28:35 +0000 (17:28 +0200)
commitea871c9b0f08399e440baed95a3e5793d6e0ea66
treef53536afdcfdf37e201879f365c9c7a93cbae7b4
parent3f7e93be51699fca6ee72c656278732b47cca833
gh-107211: No longer export internal functions (6) (#108424)

No longer export these 5 internal C API functions:

* _PyArena_AddPyObject()
* _PyArena_Free()
* _PyArena_Malloc()
* _PyArena_New()
* _Py_FatalRefcountErrorFunc()

Change comment style to "// comment" and add comment explaining why
other functions have to be exported.
Include/internal/pycore_interp.h
Include/internal/pycore_long.h
Include/internal/pycore_object.h
Include/internal/pycore_obmalloc.h
Include/internal/pycore_pathconfig.h
Include/internal/pycore_pyarena.h
Include/internal/pycore_pyerrors.h
Include/internal/pycore_pyhash.h