]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 29 Apr 2025 02:21:47 +0000 (20:21 -0600)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 02:21:47 +0000 (02:21 +0000)
commit219d8d24b5c06efe0f002de38b8a476f69da0813
tree0a6e7a82603ef5e26afb76167eb313013c5a957f
parent96a7fb93a8e31eae368b9efee945f6959355e8ba
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)

Doing this was always the intention. I was finally motivated to find the time to do it.

See #87859 (comment).
Include/internal/pycore_code.h
Lib/test/_code_definitions.py [new file with mode: 0644]
Lib/test/_crossinterp_definitions.py
Lib/test/test_code.py
Modules/_testinternalcapi.c
Python/assemble.c