]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (#139185)
authorTian Gao <gaogaotiantian@hotmail.com>
Wed, 24 Sep 2025 03:46:05 +0000 (05:46 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Sep 2025 03:46:05 +0000 (11:46 +0800)
commitc8624cd36746b17d8f991cde63705e9419e940de
tree227b8d3a95cb8c36b4d2df064c583ff57ba13bfd
parent9e6493849ec2389460a8933314fcc8b7be01c221
gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (#139185)
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2025-09-20-17-50-31.gh-issue-138860.Y9JXap.rst [new file with mode: 0644]