| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
pythonGH-122528) Frames of methods in code and codeop modules was show with non-default sys.excepthook. Save correct tracebacks in sys.last_traceback and update __traceback__ attribute of sys.last_value and sys.last_exc. (cherry picked from commit e73e7a7) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
oops, there isn't one. #122817 had a conflict and I didn't know the right github approach to fix the conflicts of a miss-islington backport PR, so I opened this new one instead. I'll close #122817. |
Sorry, something went wrong.
|
You can use gh pr checkout to get the PR code of other user, change it, commit, and push back. Very handy. There are some differences between #122817 and this PR, but I do not understand them (there is nothing similar in the main and 3.12 branches). This is why I asked. |
Sorry, something went wrong.
thank you!
Yes, it took me ages yesterday to find out what happened. Basically the pyrepl PRs were (manually?) backported out of order, and this one was one of the skipped ones. this led to conflicts in the automatic backports, and it's the reason why this PR is different than #122817. but I think we're almost back to a consistent state. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Attempt to redo the missing backport of gh-122528, superseding #122817 (which is conflicting now). /cc @pablogsal
Frames of methods in code and codeop modules was show with non-default sys.excepthook.
Save correct tracebacks in sys.last_traceback and update traceback attribute of sys.last_value and sys.last_exc.
(cherry picked from commit e73e7a7)