]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
authorTian Gao <gaogaotiantian@hotmail.com>
Sun, 5 May 2024 14:05:01 +0000 (07:05 -0700)
committerGitHub <noreply@github.com>
Sun, 5 May 2024 14:05:01 +0000 (07:05 -0700)
commit5a0022a1d70e4f7f781c4e8d7b43e9f5c9e2f0b4
tree8c09eeaf89321d4ead5da8808ccdaeafeb0900f2
parent1511bc95c4bc95bd35599dc9c88111c9aac44c0d
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Doc/library/bdb.rst
Doc/library/pdb.rst
Doc/whatsnew/3.13.rst
Lib/bdb.py
Lib/pdb.py
Lib/test/test_doctest/test_doctest.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2024-05-04-18-40-43.gh-issue-111744.nuCtwN.rst [new file with mode: 0644]