]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-25438...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 May 2021 23:48:05 +0000 (16:48 -0700)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 23:48:05 +0000 (00:48 +0100)
commitc90ed8e2e79ebd64f72c621b5a2ab06ec4c7210c
tree4d3a87063be7408cf1d80c4f3db7a5b24513f858
parent6098214b98f843fc8fb9d6042b0c9f96eb90957c
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-25438) (#26050)

Co-authored-by: Thomas Kluyver <takowl@gmail.com>
(cherry picked from commit 8563a7052ccd98e6a381d361664ce567afd5eb6e)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
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]