Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-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 10796600+picnixz@users.noreply.github.com


📚 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 <10796600+picnixz@users.noreply.github.com>
@picnixzpicnixz merged commit 3bef4af into python:3.13Mar 2, 2025
30 checks passed
@github-project-automationgithub-project-automationbot moved this from Todo to Done in Docs PRsMar 2, 2025
@miss-islingtonmiss-islington deleted the backport-c6513f7-3.13 branch January 2, 2026 18:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@picnixz