Skip to content

Commit 021428c

Browse files
committed
Correct ABI tag for 3.15+ (FT) with Py_LIMITED_API
This should be tagged `cp315-abi3.abi3t`, not `cp315-abi3t`
1 parent 071251f commit 021428c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

peps/pep-0803.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,10 +605,10 @@ built with a given interpreter and ``Py_LIMITED_API`` macro:
605605
| ``cp315-abi3`` | 3.15+ (GIL) | 3.15 | --- | continued |
606606
+-----------------------+-------------+--------------------+---------------------+-----------+
607607
| ``cp315-abi3t`` | 3.15+ | --- | 3.15 | new |
608-
+ +-------------+--------------------+---------------------+ +
609-
| | 3.15+ (FT) | 3.15 | --- | |
610608
+-----------------------+-------------+--------------------+---------------------+-----------+
611-
| ``cp315-abi3.abi3t`` | 3.15+ | 3.15 | 3.15 | new |
609+
| ``cp315-abi3.abi3t`` | 3.15+ (FT) | 3.15 | --- | new |
610+
+ +-------------+--------------------+---------------------+ +
611+
| | 3.15+ | 3.15 | 3.15 | |
612612
+-----------------------+-------------+--------------------+---------------------+-----------+
613613

614614

0 commit comments

Comments
 (0)