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.9] bpo-43960: test_pdb resets breakpoints (GH-25673) #25681

Closed

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Apr 28, 2021

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

https://bugs.python.org/issue43960

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>
@miss-islington
Copy link
Contributor Author

@iritkatriel and @vstinner: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@iritkatriel and @vstinner: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@iritkatriel and @vstinner: Status check is done, and it's a success ✅ .

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@vstinner
Copy link
Member

test_pdb fails with:

    NameError: name 'reset_Breakpoint' is not defined

@vstinner vstinner closed this Apr 28, 2021
@miss-islington miss-islington deleted the backport-21b02b5-3.9 branch April 28, 2021 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants