@@ -160,7 +160,7 @@ Use monospace font from System Font Stack for cross-platform support in
160
160
.. nonce: 3sBFv2
161
161
.. section: Library
162
162
163
- Improve perfomance of :attr: `uuid.UUID.hex ` and :meth: `uuid.UUID.__str__
163
+ Improve performance of :attr: `uuid.UUID.hex ` and :meth: `uuid.UUID.__str__
164
164
<object.__str__> `.
165
165
166
166
..
@@ -535,7 +535,7 @@ the correct type, when called with optimize=False.
535
535
536
536
Forbid the use of colon (":") as a fractional component separator and other
537
537
improvements to the consistency of error raising between the C and Python
538
- implementaitons of :meth: `datetime.time.fromisoformat ` and
538
+ implementations of :meth: `datetime.time.fromisoformat ` and
539
539
:meth: `datetime.datetime.fromisoformat `. Patch by Semyon Moroz.
540
540
541
541
..
@@ -1109,7 +1109,7 @@ Fix two more :class:`bytearray` functions for :term:`free threading`.
1109
1109
1110
1110
Use tagged references (``_PyStackRef ``) for the default build as well as for
1111
1111
the free-threading build. This has a small negative performance impact
1112
- short-term but will enable larger speedups in the future and signficantly
1112
+ short-term but will enable larger speedups in the future and significantly
1113
1113
reduce maintenance costs by allowing a single implementation of tagged
1114
1114
references in the future.
1115
1115
@@ -1209,7 +1209,7 @@ is called concurrently with ``set.clear()``.
1209
1209
.. section: Core and Builtins
1210
1210
1211
1211
The internal (evaluation) stack is now spilled to memory whenever execution
1212
- esacpes from the interpreter or JIT compiled code. This should have no
1212
+ escapes from the interpreter or JIT compiled code. This should have no
1213
1213
observable effect in either Python or builtin extensions, but will allow
1214
1214
various important optimizations in the future.
1215
1215
0 commit comments