]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 1 May 2025 02:35:20 +0000 (20:35 -0600)
committerGitHub <noreply@github.com>
Thu, 1 May 2025 02:35:20 +0000 (02:35 +0000)
commit811edcf9cda5fb09aa5189e88e693d35dee7a2d1
treecf988b98d214eb6ecce4682bee7a6c148c03b3d7
parent011979132648d50f83d4506d768dca24de47c8c6
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)

The change broke the s390 builds, so I'm reverting it while I investigate.

This reverts commit 94b4fcd806e7b692955173d309ea3b70a193ad96.
Include/cpython/funcobject.h
Include/internal/pycore_code.h
Lib/test/test_code.py
Modules/_testinternalcapi.c
Objects/codeobject.c