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
bpo-43960: reset global breakpoint state at the beginning of a pdb te… #25673
Conversation
…st to make it deterministic
|
Thanks @iritkatriel for the PR, and @vstinner for merging it |
|
Thanks @iritkatriel for the PR, and @vstinner for merging it |
|
Sorry @iritkatriel and @vstinner, I had trouble checking out the |
|
GH-25681 is a backport of this pull request to the 3.9 branch. |
Reset global breakpoint state at the beginning of test_pdb_next_command_in_generator_for_loop() to make it deterministic. (cherry picked from commit 21b02b5) Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
|
Thanks @iritkatriel for the PR, and @vstinner for merging it |
|
GH-25682 is a backport of this pull request to the 3.8 branch. |
|
Oh, thanks for the fix @iritkatriel, it fix my issue and it LGTM. I merged your fix and backported it to 3.8 and 3.9. |
Reset global breakpoint state at the beginning of test_pdb_next_command_in_generator_for_loop() to make it deterministic.
…st to make it deterministic
https://bugs.python.org/issue43960