New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. #25438
Conversation
|
@iritkatriel would you mind reviewing this? |
Test case C&P from T. Kluyver's patch. Co-written-by: Thomas Kluyver <takowl@gmail.com>
Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
|
OMG, sorry 'bout the spurious review requests, everyone! I just did a rebase on to master and a force push; I didn't expect this noise. Sorry again! |
Misc/NEWS.d/next/Library/2021-04-29-00-48-00.bpo-28528.JLAVWj.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Library/2021-04-29-00-48-00.bpo-28528.JLAVWj.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
|
LGTM |
Thanks for reviewing again, Irit! |
|
Thanks @erlend-aasland for the PR, and @iritkatriel for merging it |
|
@iritkatriel: Please replace |
|
GH-26050 is a backport of this pull request to the 3.10 branch. |
…e. (pythonGH-25438) Co-authored-by: Thomas Kluyver <takowl@gmail.com> (cherry picked from commit 8563a70) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
|
GH-26051 is a backport of this pull request to the 3.9 branch. |
…e. (pythonGH-25438) Co-authored-by: Thomas Kluyver <takowl@gmail.com> (cherry picked from commit 8563a70) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
…is None. (pythonGH-25438) Co-authored-by: Thomas Kluyver <takowl@gmail.com> (cherry picked from commit 8563a70) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
…is None. (pythonGH-25438) Co-authored-by: Thomas Kluyver <takowl@gmail.com> (cherry picked from commit 8563a70) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Test case copied from Kluyver's patch in the issue.
Co-authored-by: Thomas Kluyver takowl@gmail.com
https://bugs.python.org/issue28528
The text was updated successfully, but these errors were encountered: