Commit c53367f
authored
Use cache for OpExpr (#19523)
Fixes #14978
This is irrelevant for self-check (and for most code likely), but it is
important for numerical code, where it avoids exponential slowdown in
formulas involving arrays etc (see e.g. the original issue).
Unless there will be fallout in `mypy_primer` and/or there are
objections, I am going to go ahead and merge it.1 parent 703bee9 commit c53367f
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