From bd69388a43da91c0dccb5ae648ab481346c7c5ac Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 30 Mar 2026 14:57:47 +0200 Subject: [PATCH] PEP 803: Mark as Accepted --- peps/pep-0803.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/peps/pep-0803.rst b/peps/pep-0803.rst index 7b331e3f415..4b51e47aca0 100644 --- a/peps/pep-0803.rst +++ b/peps/pep-0803.rst @@ -2,7 +2,7 @@ PEP: 803 Title: "abi3t": Stable ABI for Free-Threaded Builds Author: Petr Viktorin , Nathan Goldbaum Discussions-To: https://discuss.python.org/t/106181 -Status: Draft +Status: Accepted Type: Standards Track Requires: 703, 793, 697 Created: 19-Aug-2025 @@ -10,6 +10,7 @@ Python-Version: 3.15 Post-History: `08-Sep-2025 `__, `20-Nov-2025 `__, `16-Feb-2026 `__, +Resolution: `30-Mar-2026 `__ Abstract