Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement PEP 768 – Safe external debugger interface for CPython #131591

Open
pablogsal opened this issue Mar 22, 2025 · 3 comments
Open

Implement PEP 768 – Safe external debugger interface for CPython #131591

pablogsal opened this issue Mar 22, 2025 · 3 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@pablogsal
Copy link
Member

pablogsal commented Mar 22, 2025

pablogsal added a commit to pablogsal/cpython that referenced this issue Mar 22, 2025
@picnixz picnixz added type-feature A feature request or enhancement interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Mar 22, 2025
@gaogaotiantian
Copy link
Member

Will this be released with 3.14? Should we prepare some basic support for pdb together with it?

@pablogsal
Copy link
Member Author

pablogsal commented Mar 23, 2025

Will this be released with 3.14?

Yes that's the plan.

Should we prepare some basic support for pdb together with it?

Yeah but as a separate PR for sure as this one just adds the basic functionality. 👍

We will try to land it next week

pablogsal added a commit that referenced this issue Apr 3, 2025
Co-authored-by: Ivona Stojanovic <[email protected]>
Co-authored-by: Matt Wozniski <[email protected]>
pablogsal added a commit to pablogsal/cpython that referenced this issue Apr 3, 2025
pablogsal added a commit to pablogsal/cpython that referenced this issue Apr 3, 2025
pablogsal added a commit to pablogsal/cpython that referenced this issue Apr 3, 2025
@gaogaotiantian
Copy link
Member

Seems like the interface is added, hurray! Do you want to work on the initial pdb support or do you want me to work for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants