◐ Shell
clean mode source ↗

bpo-43960: reset global breakpoint state at the beginning of a pdb te… by iritkatriel · Pull Request #25673 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

Apr 28, 2021

Conversation

…st to make it deterministic

@miss-islington

Thanks @iritkatriel for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington

Thanks @iritkatriel for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington

Sorry @iritkatriel and @vstinner, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 21b02b5f4018474620676be04310f7d230a464ea 3.8

@bedevere-bot

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

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>

@miss-islington

Thanks @iritkatriel for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@bedevere-bot

@vstinner

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.

Labels