8000 gh-90095: Ignore empty lines and comments in `.pdbrc` by gaogaotiantian · Pull Request #116834 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-90095: Ignore empty lines and comments in .pdbrc #116834

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 3 commits into from
Mar 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary comments
  • Loading branch information
gaogaotiantian committed Mar 15, 2024
commit 28e8312b6ed11b37df0783d73dcbb8e89c877dc3
1 change: 0 additions & 1 deletion Lib/test/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2945,7 +2945,6 @@ def test_pdbrc_empty_line(self):
c = 3
""")

# The empty lines need to have the same indentation as the other lines
pdbrc = textwrap.dedent("""
n

Expand Down
0