Commit 6fccffc
committed
Fix reachability for frozenset and dict view narrowing (#21151)
Fixes #21143 (on the same lines as #20704, i.e. there still exists a
deeper fix that could be made)
I also update a comment that is a little out of date since #20863 and
code in checkexpr.py that is out of date for modern typeshed1 parent de50419 commit 6fccffc
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8734 | 8734 | | |
8735 | 8735 | | |
8736 | 8736 | | |
8737 | | - | |
| 8737 | + | |
| 8738 | + | |
| 8739 | + | |
| 8740 | + | |
| 8741 | + | |
| 8742 | + | |
| 8743 | + | |
8738 | 8744 | | |
8739 | 8745 | | |
8740 | 8746 | | |
| |||
8744 | 8750 | | |
8745 | 8751 | | |
8746 | 8752 | | |
8747 | | - | |
| 8753 | + | |
8748 | 8754 | | |
8749 | 8755 | | |
8750 | 8756 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
241 | 239 | | |
242 | 240 | | |
243 | 241 | | |
| |||
0 commit comments