]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts() (gh...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Jun 2025 23:14:00 +0000 (01:14 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 23:14:00 +0000 (23:14 +0000)
commitf77a911c526442871ba66f01b31b8f497daf70eb
treef6a1ce32c1f7c955ed2dd5b63ed70431709bdb33
parentd851f8e258c7328814943e923a7df81bca15df4b
[3.14] gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts() (gh-135493)

(cherry picked from commit 56eabea, AKA gh-135438)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Lib/test/_code_definitions.py
Lib/test/test_code.py
Objects/codeobject.c