Commit 0f78f9c
authored
Use cache for DictExpr as well (#19536)
Fixes #14271
Fixes #14636
TBH examples in those issues are already sufficiently fast (probably
because of combined effect of fast dict literals, and the fact that
there are some lists and/or function calls in that examples, so some
caching already kicks in). But this PR will probably make them even
faster.
This has ~0 effect on self-check.1 parent c53367f commit 0f78f9c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6043 | 6043 | | |
6044 | 6044 | | |
6045 | 6045 | | |
6046 | | - | |
| 6046 | + | |
6047 | 6047 | | |
6048 | 6048 | | |
6049 | 6049 | | |
| |||
0 commit comments