From 5ef7baee3095409c3f0aef19c3849b41a1bd7f49 Mon Sep 17 00:00:00 2001 From: Peter Bierma Date: Fri, 3 Oct 2025 18:30:04 -0400 Subject: [PATCH] PEP 788: Update the DPO link --- peps/pep-0788.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/peps/pep-0788.rst b/peps/pep-0788.rst index b26159bf04f..f5b7f255790 100644 --- a/peps/pep-0788.rst +++ b/peps/pep-0788.rst @@ -2,7 +2,7 @@ PEP: 788 Title: Protecting the C API from Interpreter Finalization Author: Peter Bierma Sponsor: Victor Stinner -Discussions-To: https://discuss.python.org/t/93653 +Discussions-To: https://discuss.python.org/t/104150 Status: Draft Type: Standards Track Created: 23-Apr-2025 @@ -10,6 +10,7 @@ Python-Version: 3.15 Post-History: `10-Mar-2025 `__, `27-Apr-2025 `__, `28-May-2025 `__, + `03-Oct-2025 `__ Abstract