Commit cc7d55c
Remove broken dead SetManager.__next__ method
SetManager.__iter__ returns iter(self.elements), so the for-loop
protocol never calls __next__ on the SetManager itself. The method
also had two concrete bugs: self.count was never initialized and
self.elements (a set) is not subscriptable. No callers exist.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e9fd487 commit cc7d55c
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 76 | | |
86 | 77 | | |
87 | 78 | | |
| |||
0 commit comments