]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132776: Cleanup for XIBufferViewType (gh-132821)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 25 Apr 2025 00:25:29 +0000 (18:25 -0600)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 00:25:29 +0000 (18:25 -0600)
commite54e8288521c1bd5fa496dfa281d034af20d8f42
treeb2bfe83090c980b39c2e1097e3d33b59f33e6c05
parentc9f3f5b4ed52d7bed6073ffa39717ece47202558
gh-132776: Cleanup for XIBufferViewType (gh-132821)

* add notes
* rename XIBufferViewObject to xibufferview
* move memoryview XIData code to memoryobject.c
Include/internal/pycore_interp_structs.h
Include/internal/pycore_memoryobject.h
Modules/_interpreters_common.h
Modules/_interpretersmodule.c
Objects/memoryobject.c
Python/crossinterp.c
Python/crossinterp_data_lookup.h
Python/pylifecycle.c