]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43960: test_pdb resets breakpoints (GH-25673)
authorIrit Katriel <iritkatriel@yahoo.com>
Wed, 28 Apr 2021 10:38:29 +0000 (11:38 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 10:38:29 +0000 (12:38 +0200)
commit21b02b5f4018474620676be04310f7d230a464ea
treeed0e691832e92305b1e4cfa03716dd908fc8d60e
parentdb0c5b786df961785ae8c803f5572ae0c8dadcc7
bpo-43960: test_pdb resets breakpoints (GH-25673)

Reset global breakpoint state at the beginning of
test_pdb_next_command_in_generator_for_loop() to make it deterministic.
Lib/test/test_pdb.py