Commit 26ffe74
committed
Fix ABC registration for SetProxy in multiprocessing.managers
Register _BaseSetProxy as MutableSet instead of MutableMapping.
SetProxy implements set semantics and does not implement the mapping
protocol, so the previous ABC registration caused incorrect type
classification.
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>1 parent 19c72d2 commit 26ffe74
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1224 | 1224 | | |
1225 | 1225 | | |
1226 | 1226 | | |
1227 | | - | |
| 1227 | + | |
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
| |||
0 commit comments