Commit 6b326d5
Fix assert_type behaviour with Instance last_known_value (#15123)
Fixes #12923
assert_type(42, int) ... had issues. #12923 was a bit of a mess as the
OP was or wasn't currently accurate.
Added two tests to repo the current problem, which now pass.
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>1 parent bd2a641 commit 6b326d5
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3918 | 3918 | | |
3919 | 3919 | | |
3920 | 3920 | | |
| 3921 | + | |
| 3922 | + | |
| 3923 | + | |
| 3924 | + | |
| 3925 | + | |
| 3926 | + | |
3921 | 3927 | | |
3922 | 3928 | | |
3923 | 3929 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
937 | 937 | | |
938 | 938 | | |
939 | 939 | | |
| 940 | + | |
| 941 | + | |
940 | 942 | | |
941 | 943 | | |
942 | 944 | | |
| |||
0 commit comments