]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyManagedBuffer_Type (#108431)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 17:07:54 +0000 (19:07 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 17:07:54 +0000 (19:07 +0200)
commit773b803c02b25b58af0a64321fbe1c6bf45cba2b
tree5608e4782653c4815614dbe16db64b69d676285b
parentc55e73112c7b0574d05a522015d0c927de266525
gh-106320: Remove private _PyManagedBuffer_Type (#108431)

Remove private _PyManagedBuffer_Type variable. Move it to the
internal C API and no longer export it.
Include/cpython/memoryobject.h
Include/internal/pycore_memoryobject.h
Objects/memoryobject.c
Objects/object.c