Uh oh!
There was an error while loading. Please reload this page.
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code - #95860
Conversation
Uh oh!
There was an error while loading. Please reload this page.
LGTM.
Yeah, its better to solve it for builtins now, extensions modules can be solved later on. Footnotes |
ericsnowcurrently
commented
Aug 11, 2022
I'm glad you agree. 😄 Splitting it up this way made the most sense. |
bedevere-bot
commented
Aug 11, 2022
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit 3b308c4 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
CC. @colorfulappl, regarding your PR #32092. This PR touches some of the same parts of AC and getarg.c. |
We only statically initialize for core code and builtin modules. Extension modules still create the tuple at runtime. We'll solve that part of interpreter isolation separately.
This change includes generated code. The significant changes are in:
All other changes are generated code (clinic, global strings).