Commit ee2563c
committed
correct invalid passing of a list to a WeaklyCached instance
All arguments/kwargs must be hashable. Lists aren't, the standard
has always been passing a tuple.
This is an oversight, the previous implementation wasn't strict
about flagging this; the new one is.
Signed-off-by: Brian Harring <ferringb@gmail.com>1 parent a30380f commit ee2563c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1695 | 1695 | | |
1696 | 1696 | | |
1697 | 1697 | | |
1698 | | - | |
| 1698 | + | |
1699 | 1699 | | |
1700 | 1700 | | |
1701 | 1701 | | |
| |||
0 commit comments