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 ba09a5b commit 35f48cfCopy full SHA for 35f48cf
1 file changed
Misc/NEWS.d/next/Library/2025-08-04-22-37-02.gh-issue-137103.k6UCKy.rst
@@ -0,0 +1,3 @@
1
+Make ``check_circular`` faster by skipping ``PyDict_Contains`` and comparing
2
+dict size before and after adding an item and using ``_KnownHash`` functions
3
+to calculate the hash only once.
0 commit comments