Skip to content

[3.13] gh-128481: indicate that the default value for FrameSummary.end_lineno changed in 3.13 (GH-130755) #130767

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

Merged
merged 1 commit into from
Mar 2, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 2, 2025

The value taken by FrameSummary.end_lineno when passing end_lineno=None changed in gh-112097.

Previously, a end_lineno could be specified to be None directly but since 939fc6d, passing None makes
the constructor use the value of lineno instead.
(cherry picked from commit c6513f7)

Co-authored-by: Bénédikt Tran [email protected]


📚 Documentation preview 📚: https://cpython-previews--130767.org.readthedocs.build/

…d_lineno` changed in 3.13 (pythonGH-130755)

The value taken by `FrameSummary.end_lineno` when passing `end_lineno=None` changed in pythongh-112097.

Previously, a `end_lineno` could be specified to be `None` directly but since 939fc6d, passing None makes
the constructor use the value of `lineno` instead.
(cherry picked from commit c6513f7)

Co-authored-by: Bénédikt Tran <[email protected]>
@picnixz picnixz merged commit 3bef4af into python:3.13 Mar 2, 2025
30 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants