Commit 9851cce
authored
Make verify first type a supertype of all dispatch types (#10727)
Change the type of the first argument of verify (the type that
singledispatch is dispatching on) to be a supertype of the dispatch
types of all registered implementations, including the implementation
for Missing.1 parent 3dcccf2 commit 9851cce
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments