File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11PEP: 803
22Title: "abi3t": Stable ABI for Free-Threaded Builds
33Author: Petr Viktorin <encukou@gmail.com>
4- Discussions-To: https://discuss.python.org/t/103628
4+ Discussions-To: https://discuss.python.org/t/106181
55Status: Draft
66Type: Standards Track
77Requires: 703, 793, 697
88Created: 19-Aug-2025
99Python-Version: 3.15
1010Post-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
1415Abstract
@@ -641,7 +642,7 @@ Reusing ``Py_GIL_DISABLED`` to enable the new ABI
641642It 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
645646especially cumbersome to target *both * ``abi3 `` and ``abi3t `` at the same time.
646647
647648
You can’t perform that action at this time.
0 commit comments