Skip to content

[3.8] bpo-43960: test_pdb resets breakpoints (GH-25673)#25682

Closed
miss-islington wants to merge 1 commit into
python:3.8from
miss-islington:backport-21b02b5-3.8
Closed

[3.8] bpo-43960: test_pdb resets breakpoints (GH-25673)#25682
miss-islington wants to merge 1 commit into
python:3.8from
miss-islington:backport-21b02b5-3.8

Conversation

@miss-islington

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

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

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.

5 participants