Commit 52a1c48
authored
Partially support old NumPy plugin in parallel type checking (#21324)
Ref #21323
IIUC this will not fix the plugin completely unless we also call
`get_additional_deps()` in the workers (which would be weird IMO). But
most importantly the plugin will not crash unconditionally like now, but
will infer less precise types.1 parent b6ec270 commit 52a1c48
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3358 | 3358 | | |
3359 | 3359 | | |
3360 | 3360 | | |
| 3361 | + | |
| 3362 | + | |
| 3363 | + | |
| 3364 | + | |
| 3365 | + | |
| 3366 | + | |
3361 | 3367 | | |
3362 | 3368 | | |
3363 | 3369 | | |
| 3370 | + | |
| 3371 | + | |
3364 | 3372 | | |
3365 | 3373 | | |
3366 | 3374 | | |
| |||
0 commit comments