Skip to content

Commit 623c591

Browse files
authored
PEP 803: Add new Discussions-To link (#4818)
1 parent 01ae9b7 commit 623c591

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

peps/pep-0803.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
PEP: 803
22
Title: "abi3t": Stable ABI for Free-Threaded Builds
33
Author: Petr Viktorin <encukou@gmail.com>
4-
Discussions-To: https://discuss.python.org/t/103628
4+
Discussions-To: https://discuss.python.org/t/106181
55
Status: Draft
66
Type: Standards Track
77
Requires: 703, 793, 697
88
Created: 19-Aug-2025
99
Python-Version: 3.15
1010
Post-History: `08-Sep-2025 <https://discuss.python.org/t/103628>`__,
1111
`20-Nov-2025 <https://discuss.python.org/t/104976>`__,
12+
`16-Feb-2026 <https://discuss.python.org/t/106181>`__,
1213

1314

1415
Abstract
@@ -641,7 +642,7 @@ Reusing ``Py_GIL_DISABLED`` to enable the new ABI
641642
It would be possible to select ``abi3t`` (rather than ``abi3``) when the
642643
``Py_GIL_DISABLED`` macro is defined together with ``Py_LIMITED_API``.
643644

644-
This would require annoying fiddling with buil flags, and make it
645+
This would require annoying fiddling with build flags, and make it
645646
especially cumbersome to target *both* ``abi3`` and ``abi3t`` at the same time.
646647

647648

0 commit comments

Comments
 (0)