mirror of https://github.com/python/cpython
Correct spelling error in recent NEWS entry (#118308)
This commit is contained in:
parent
1d33925176
commit
8397d8d300
|
@ -6,4 +6,4 @@ class was dynamically created, the class held strong references to other
|
|||
objects which took up a significant amount of memory, and the cache
|
||||
contained the sole strong reference to the class. The fix for the regression
|
||||
leads to a slowdown in :func:`getattr_static`, but the function should still
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue