]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116854)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 Mar 2024 09:52:00 +0000 (10:52 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2024 09:52:00 +0000 (09:52 +0000)
commitabd079806d5f676410fbeaf1a7980f75f85833f7
tree41956281ed6373790f830b7420e74a3d473fd54b
parent37514111be04e148181a1f6f96f3b65db775cce7
[3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116854)

gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834)
(cherry picked from commit a50cf6c3d76b34e2ee9f92a248f1b0df24e407f6)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Doc/library/pdb.rst
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2024-03-14-20-59-28.gh-issue-90095.7UaJ1U.rst [new file with mode: 0644]