From 44848f07a01156641b526a1761cb0c5ab2efa12c Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Sat, 22 Mar 2025 20:04:26 +0000 Subject: [PATCH 1/2] PEP 768: Mark as final --- peps/pep-0768.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/peps/pep-0768.rst b/peps/pep-0768.rst index b266904f203..fe290e0d6ef 100644 --- a/peps/pep-0768.rst +++ b/peps/pep-0768.rst @@ -2,11 +2,12 @@ PEP: 768 Title: Safe external debugger interface for CPython Author: Pablo Galindo Salgado , Matt Wozniski , Ivona Stojanovic Discussions-To: https://discuss.python.org/t/pep-768-safe-external-debugger-interface-for-cpython/73969 -Status: Draft +Status: Final Type: Standards Track Created: 25-Nov-2024 Python-Version: 3.14 Post-History: `11-Dec-2024 `__ +Resolution: `17-Mar-2025 `__ Abstract ======== From 28b8783be4238e6d74bacf9e7cdd96c9a12d5d02 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Salgado Date: Sun, 23 Mar 2025 00:07:56 +0000 Subject: [PATCH 2/2] Update peps/pep-0768.rst Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- peps/pep-0768.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0768.rst b/peps/pep-0768.rst index fe290e0d6ef..9105435a84f 100644 --- a/peps/pep-0768.rst +++ b/peps/pep-0768.rst @@ -2,7 +2,7 @@ PEP: 768 Title: Safe external debugger interface for CPython Author: Pablo Galindo Salgado , Matt Wozniski , Ivona Stojanovic Discussions-To: https://discuss.python.org/t/pep-768-safe-external-debugger-interface-for-cpython/73969 -Status: Final +Status: Accepted Type: Standards Track Created: 25-Nov-2024 Python-Version: 3.14