Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
kumaraditya303 merged 1 commit intopython:mainfromolehermanse:main
Jul 16, 2025

Conversation

olehermanse
Copy link
Contributor

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.

… 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-bot
Copy link

python-cla-botbot commentedJul 16, 2025
edited
Loading

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app
Copy link

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 theskip news label instead.

@kumaraditya303kumaraditya303 merged commit180b3eb intopython:mainJul 16, 2025
50 checks passed
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotARM64 macOS 3.x (tier-2) has failed when building commit180b3eb.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/725/builds/11439) and take a look at the build logs.
  4. Check if the failure is related to this commit (180b3eb) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/725/builds/11439

Failed tests:

  • test_ssl

Failed subtests:

  • test_preauth_data_to_tls_server - test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_ssl.py", line5165, intest_preauth_data_to_tls_serverself.assertIn("before TLS handshake with data", wrap_error.args[1])~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AssertionError:'before TLS handshake with data' not found in '[SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1104)'Traceback (most recent call last):  File"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/unittest/case.py", line613, in_callTestMethod    result= method()ResourceWarning:unclosed <socket.socket fd=7, family=2, type=1, proto=6, laddr=('127.0.0.1', 54099)>k

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@kumaraditya303kumaraditya303kumaraditya303 approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@olehermanse@bedevere-bot@kumaraditya303@StanFromIreland

[8]ページ先頭

©2009-2025 Movatter.jp