]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128481: indicate that the default value for `FrameSummary.end_lineno` changed...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 2 Mar 2025 17:16:51 +0000 (18:16 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Mar 2025 17:16:51 +0000 (18:16 +0100)
commitc6513f7a627c8918a5e3f3733fa47d34a94ddff9
tree2e3d0bca019cfb885eb78f82de7737181feb9298
parenta42168d316f0c9a4fc5658dab87682dc19054efb
gh-128481: indicate that the default value for `FrameSummary.end_lineno` changed in 3.13 (#130755)

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.
Doc/library/traceback.rst