We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5945b8d commit 3f21a1aCopy full SHA for 3f21a1a
1 file changed
peps/pep-0768.rst
@@ -2,13 +2,15 @@ PEP: 768
2
Title: Safe external debugger interface for CPython
3
Author: Pablo Galindo Salgado <pablogsal@python.org>, Matt Wozniski <godlygeek@gmail.com>, Ivona Stojanovic <stojanovic.i@hotmail.com>
4
Discussions-To: https://discuss.python.org/t/pep-768-safe-external-debugger-interface-for-cpython/73969
5
-Status: Accepted
+Status: Final
6
Type: Standards Track
7
Created: 25-Nov-2024
8
Python-Version: 3.14
9
Post-History: `11-Dec-2024 <https://discuss.python.org/t/pep-768-safe-external-debugger-interface-for-cpython/73969>`__
10
Resolution: `17-Mar-2025 <https://discuss.python.org/t/pep-768-safe-external-debugger-interface-for-cpython/73969/57>`__
11
12
+.. canonical-doc:: :ref:`py3.14:remote-debugging`
13
+
14
Abstract
15
========
16
0 commit comments