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

[3.12] gh-58933: Make pdb return to caller frame correctly when f_trace is not set (GH-118979) #119008

Merged
merged 3 commits into from
May 13, 2024

Conversation

gaogaotiantian
Copy link
Member

@gaogaotiantian gaogaotiantian commented May 13, 2024

… f_trace is not set (pythonGH-118979)

(cherry picked from commit f526314)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
@gaogaotiantian
Copy link
Member Author

We changed a few other things in 3.13:

  1. how breakpoint() works (where does it stop)
  2. how breakpoint works (where it sets the breakpoint to)

So we need to modify the test to make it pass on 3.12.

@iritkatriel iritkatriel merged commit fcdd20e into python:3.12 May 13, 2024
29 checks passed
@gaogaotiantian gaogaotiantian deleted the backport-f526314-3.12 branch May 13, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants