| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I see - the tests are skipped on Mac so I didn’t see them fail. I’ll try later on windows and fix this. |
Sorry, something went wrong.
There was a problem hiding this comment.
Order of PRs: (edited)
Now working on 2 and 3.
The comments make a bit more sense when read in order on the diff page.
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: I have made the requested changes; please review again. |
Sorry, something went wrong.
|
I am reversing 2. patch open_stack_viewer and 3. everything else by including changing open_stack_viewer to pass sys.last_value, which is valid in 3.11 and 3.12. After merging this, I will patch main and 3.12 only to pass last_exc instead of last_value, thus removing, I believe, the last use of a deprecated value. |
Sorry, something went wrong.
|
Sorry, this seems to have dropped off my radar somehow. I'll update it now. |
Sorry, something went wrong.
|
Actually, are you working on this? (You seem to indicate so in #103339 (review)). |
Sorry, something went wrong.
|
I have a partly done branch. Will make this a priority tomorrow. |
Sorry, something went wrong.
|
Assuming CI passes, I believe ready now. Will recheck tomorrow. |
Sorry, something went wrong.
|
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, something went wrong.
…ackviewer (pythonGH-103339) (cherry picked from commit 3ee921d) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
…ackviewer (pythonGH-103339) (cherry picked from commit 3ee921d) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
|
GH-105526 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
|
GH-105527 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Pass the exception as an argument instead of as a sys attribute.