]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112343: pdb: Use tokenize to replace convenience variables (#112380)
authorTian Gao <gaogaotiantian@hotmail.com>
Wed, 17 Jan 2024 14:50:31 +0000 (06:50 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 14:50:31 +0000 (14:50 +0000)
commit5c351fc85afd2ed167694a7dfe066741a5cdab53
tree9f1bc0c9279156d142ec044a55f199cbbcc74791
parentf49752552e673e5192f22eae0076b2650c7d6afc
gh-112343: pdb: Use tokenize to replace convenience variables (#112380)
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2023-11-24-19-08-50.gh-issue-112343.RarGFC.rst [new file with mode: 0644]