Commit 0fd504c
committed
Fix bug caused by bad ParameterizedClass hashing.
Set comparisons use hashes, and ParameterizedClass.__hash__ produces different
results depending on whether its type parameters have been evaluated. We really
need to fix this, but in the meantime, this tweak to matcher.py works around
the problem.
PiperOrigin-RevId: 6006201721 parent 365c140 commit 0fd504c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| |||
0 commit comments