-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. #25438
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
Conversation
@iritkatriel would you mind reviewing this? |
Test case C&P from T. Kluyver's patch. Co-written-by: Thomas Kluyver <[email protected]>
Co-authored-by: Irit Katriel <[email protected]>
106bd2b
to
5e39e74
Compare
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few nits.
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 <[email protected]>
Co-authored-by: Irit Katriel <[email protected]>
LGTM |
Thanks for reviewing again, Irit! |
Thanks @erlend-aasland for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
@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 <[email protected]> (cherry picked from commit 8563a70) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-26051 is a backport of this pull request to the 3.9 branch. |
…e. (pythonGH-25438) Co-authored-by: Thomas Kluyver <[email protected]> (cherry picked from commit 8563a70) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…e. (GH-25438) (#26050) Co-authored-by: Thomas Kluyver <[email protected]> (cherry picked from commit 8563a70) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…is None. (pythonGH-25438) Co-authored-by: Thomas Kluyver <[email protected]> (cherry picked from commit 8563a70) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…is None (GH-25438) (GH-26053) Co-authored-by: Thomas Kluyver <[email protected]> (cherry picked from commit 8563a70) Co-authored-by: Erlend Egeberg Aasland <[email protected]> Automerge-Triggered-By: GH:iritkatriel
Test case copied from Kluyver's patch in the issue.
Co-authored-by: Thomas Kluyver [email protected]
https://bugs.python.org/issue28528