]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (#25438)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 11 May 2021 23:26:30 +0000 (01:26 +0200)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 23:26:30 +0000 (00:26 +0100)
commit8563a7052ccd98e6a381d361664ce567afd5eb6e
tree6a48de437ce5a5d2df98b62d1408c89226dbebfe
parentc1df8808e054bbe4fe66f35ccc0f88d8b292778a
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (#25438)

Co-authored-by: Thomas Kluyver <takowl@gmail.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2021-04-29-00-48-00.bpo-28528.JLAVWj.rst [new file with mode: 0644]