gh-87859: Track Code Object Local Kinds For Arguments by ericsnowcurrently · Pull Request #132980 · python/cpython
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to move this new code to after kinds was calculated, and then you don't need to allocate the argkinds array (just modify the kinds array)?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I can make that work without slowing things down.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done