This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients Dennis Sweeney, rhettinger, serhiy.storchaka
Date 2022-02-03.14:22:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643898124.27.0.661593068544.issue46615@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-02-03 14:22:04rhettingersetrecipients: + rhettinger, serhiy.storchaka, Dennis Sweeney
2022-02-03 14:22:04rhettingersetmessageid: <1643898124.27.0.661593068544.issue46615@roundup.psfhosted.org>
2022-02-03 14:22:04rhettingerlinkissue46615 messages
2022-02-03 14:22:04rhettingercreate