Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Fix traceback.FrameSummary docstring by adding end_lineno, colno, and end_colno#136716
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
… end_colnoIt seems some linters use this information to warn about unknown attributes(We use pyright, pyflakes, and flake8).The explanations are copied from the documentation:https://docs.python.org/3/library/traceback.html#traceback.FrameSummarySigned-off-by: Ole Herman Schumacher Elgesem <oleherman93@gmail.com>
python-cla-botbot commentedJul 16, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
180b3eb
intopython:mainUh oh!
There was an error while loading.Please reload this page.
bedevere-bot commentedJul 16, 2025
|
It seems some linters use this information to warn about unknown attributes
(We use pyright, pyflakes, and flake8).
The explanations are copied from the documentation:
https://docs.python.org/3/library/traceback.html#traceback.FrameSummary
I am assuming this change is trivial enough that a GitHub issue is not required.