]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts() (gh-135438)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 13 Jun 2025 22:47:49 +0000 (16:47 -0600)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 22:47:49 +0000 (16:47 -0600)
commit56eabea056ae1da49b55e0f794c9957008f8d20a
tree323efa3d43b270137910bc883946effc0a52edb0
parentc7f4a80079eefc02839f193ba07ce1b33d067d8d
gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts() (gh-135438)
Lib/test/_code_definitions.py
Lib/test/test_code.py
Objects/codeobject.c