Thanks to visit codestin.com Credit goes to github.com
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 1d33925 commit 8397d8dCopy full SHA for 8397d8d
1 file changed
Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst
@@ -6,4 +6,4 @@ class was dynamically created, the class held strong references to other
6
objects which took up a significant amount of memory, and the cache
7
contained the sole strong reference to the class. The fix for the regression
8
leads to a slowdown in :func:`getattr_static`, but the function should still
9
-be signficantly faster than it was in Python 3.11. Patch by Alex Waygood.
+be significantly faster than it was in Python 3.11. Patch by Alex Waygood.
0 commit comments