We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2440d commit 08f7e68Copy full SHA for 08f7e68
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-11-27-17-47-09.gh-issue-141805.TT0biF.rst
@@ -1,2 +1,2 @@
1
-Avoid increase the PySetOjbect->used twice when adding one element triggers
2
-__eq__ that cause another set.add
+Fix set length corruption when set additions occur within
+element comparison (:meth:`object.__eq__`) methods.
0 commit comments