]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Don't export _Py_ForgetReference() function (#108712)
authorVictor Stinner <vstinner@python.org>
Thu, 31 Aug 2023 09:15:31 +0000 (11:15 +0200)
committerGitHub <noreply@github.com>
Thu, 31 Aug 2023 09:15:31 +0000 (09:15 +0000)
commit194c6fb85e02ecbb1eedb26601e9d503c4d25174
tree937a88ac77545adba297cba51a35dd68a08785c1
parent9c03215a3ee31462045b2c2ee162bdda30c54572
gh-106320: Don't export _Py_ForgetReference() function (#108712)

There is no need to export the _Py_ForgetReference() function of the
Py_TRACE_REFS build. It's not used by shared extensions. Enhance also
its comment.
Include/internal/pycore_object.h