]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120144: Make it possible to use `sys.monitoring` for bdb and make it default for...
authorTian Gao <gaogaotiantian@hotmail.com>
Mon, 17 Mar 2025 22:34:37 +0000 (18:34 -0400)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 22:34:37 +0000 (18:34 -0400)
commita936af924efc6e2fb59e27990dcd905b7819470a
tree285e87ed202cdbe7ec550a114aeb500a2d4a52d5
parentf48887fb97651c02c5e412a75ed8b51a4ca11e6a
gh-120144: Make it possible to use `sys.monitoring` for bdb and make it default for pdb (#124533)
Doc/library/bdb.rst
Doc/library/pdb.rst
Doc/whatsnew/3.14.rst
Lib/bdb.py
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2024-09-25-18-45-03.gh-issue-120144.JUcjLG.rst [new file with mode: 0644]