Uh oh!
There was an error while loading. Please reload this page.
gh-141510: Update specializer to support frozendict - #144949
Conversation
corona10
commented
Feb 18, 2026
@Fidget-Spinner, |
vstinner
left a comment
There was a problem hiding this comment.
LGTM. Your new PR optimizes two bytecodes instead of just one, and the change is smaller, nice!
In the future, we might use different opcodes for specialized frozendict operations to avoid locking, but we should first measure the performance benefits before considering going that far in terms in optimization. This change is a nice tradeoff between code complexity and performance.
markshannon
commented
Feb 20, 2026
corona10
commented
Feb 20, 2026
I will fix this today |
Actually, that's only necessary for JIT tests, a simple |
corona10
commented
Feb 20, 2026
#145039 is PR for fix. |
Uh oh!
There was an error while loading. Please reload this page.