Message412444
The likely culprit is the set_next() loop. Perhaps it is never safe to use set_next() because any lookup can callback to __eq__ which can mutate the set.
Since set_isdisjoint() method isn't a mutating method, that is the easiest place to start investigating. Try disabling the exact set fast path to see if the issue persists. |
|
Date |
User |
Action |
Args |
2022-02-03 14:22:04 | rhettinger | set | recipients:
+ rhettinger, serhiy.storchaka, Dennis Sweeney |
2022-02-03 14:22:04 | rhettinger | set | messageid: <1643898124.27.0.661593068544.issue46615@roundup.psfhosted.org> |
2022-02-03 14:22:04 | rhettinger | link | issue46615 messages |
2022-02-03 14:22:04 | rhettinger | create | |
|