◐ Shell
clean mode source ↗

[3.8] bpo-43960: test_pdb resets breakpoints (GH-25673) by miss-islington · Pull Request #25682 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

Apr 28, 2021

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

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 Copy Markdown

Contributor Author

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

@vstinner vstinner left a comment

Copy link Copy Markdown

Member

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 Copy Markdown

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.8 branch

April 28, 2021 11:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@vstinner vstinner vstinner approved these changes

Assignees

No one assigned

Labels

awaiting merge skip news tests

Tests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @vstinner @the-knights-who-say-ni @bedevere-bot @iritkatriel