Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions peps/pep-0803.rst
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ Values in the *Note* column:
* *new*: Proposed in this PEP.
* *reserved*: A mechanism to build a matching extension is not proposed in
this PEP, but may be added in the future.
Installers should be brepared to handle the tag.
Installers should be prepared to handle the tag.
* *out of spec*: Should not be used as-is: extensions should be tagged
``abi3.abi3t`` rather than only ``abi3``.
The entry is included for installers that decompose compressed tag sets.
Expand Down Expand Up @@ -520,7 +520,7 @@ of the stable ABI, preventing future adjustments.
Shims for compatibility with CPython 3.14
-----------------------------------------

It’s possible to build a ``cp314-abi3.abi3t`` extenstion – one compatible
It’s possible to build a ``cp314-abi3.abi3t`` extension – one compatible
with 3.14 (both free-threaded build and default).
There are several challenges around this:

Expand Down