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 26ccdf4 commit d3f1a20Copy full SHA for d3f1a20
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-04-06-11-32-52.gh-issue-142659.44riUp.rst
@@ -0,0 +1,3 @@
1
+Optimize :meth:`set.intersection_update` by replacing the general-purpose
2
+``set_swap_bodies()`` with a specialized ``set_replace_body()`` that skips
3
+unnecessary atomic operations and checks for the temporary set argument.
0 commit comments