X Tutup
The Wayback Machine - https://web.archive.org/web/20250819001230/https://github.com/python/cpython/pull/28354
Skip to content

bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet #28354

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

Merged
merged 1 commit into from
Sep 15, 2021
Merged

bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet #28354

merged 1 commit into from
Sep 15, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 15, 2021

test_pdb.test_checkline_is_not_executable() no longer writes output
to stdout.

Remove also unused variables 'f'.

https://bugs.python.org/issue45208

test_pdb.test_checkline_is_not_executable() no longer writes output
to stdout.

Remove also unused variables 'f'.
@bedevere-bot bedevere-bot added awaiting core review tests Tests in the Lib/test dir labels Sep 15, 2021
@vstinner vstinner added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Sep 15, 2021
@ambv ambv merged commit e08e491 into python:main Sep 15, 2021
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

Sorry, @vstinner and @ambv, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker e08e491a6ceea8ca105612df10147418c4e105b8 3.9

@bedevere-bot
Copy link

GH-28363 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Sep 15, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 15, 2021
…thonGH-28354)

test_pdb.test_checkline_is_not_executable() no longer writes output
to stdout.

Remove also unused variables 'f'.
(cherry picked from commit e08e491)

Co-authored-by: Victor Stinner <vstinner@python.org>
ambv pushed a commit that referenced this pull request Sep 15, 2021
…-28354) (GH-28363)

test_pdb.test_checkline_is_not_executable() no longer writes output
to stdout.

Remove also unused variables 'f'.
(cherry picked from commit e08e491)

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner deleted the test_pdb branch September 16, 2021 07:20
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Sep 16, 2021
@bedevere-bot
Copy link

GH-28381 is a backport of this pull request to the 3.9 branch.

vstinner added a commit that referenced this pull request Sep 16, 2021
…-28354) (GH-28381)

test_pdb.test_checkline_is_not_executable() no longer writes output
to stdout.

Remove also unused variables 'f'.

(cherry picked from commit e08e491)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
X Tutup