]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 25 Apr 2025 16:43:50 +0000 (10:43 -0600)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 16:43:50 +0000 (16:43 +0000)
commit2a28b21a517775120a7a720adc29cf85111e8bf4
treef49e3b09a8005117e59bb7f99ba49cea5a038054
parent622176513ef7dc41faaa8403b09b799bc5785aee
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)

This is a partial revert of gh-132821.  It resolves the refleak introduced by that PR.
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