]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 5 May 2025 19:24:29 +0000 (13:24 -0600)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 19:24:29 +0000 (13:24 -0600)
commit24ebb9ccfdf78be09253e8a78a906279a1b3e21e
tree2ed9a291f67ff1384648c2101aa199d73834902b
parentb275b8f34210bae2fc1e0af23515df5efe911c8e
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)

This reverts commit 811edcf (gh-133232), which itself reverted the original commit 811edcf (gh-133128).

We reverted the original change due to failing s390 builds (a big-endian architecture).
It ended up that I had not accommodated op caches.
Include/cpython/funcobject.h
Include/internal/pycore_code.h
Lib/test/test_code.py
Modules/_testinternalcapi.c
Objects/codeobject.c