summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2025-03-02 17:22:48 (GMT)
committerGitHub <noreply@github.com>2025-03-02 17:22:48 (GMT)
commit3bef4af30124518b439362247709f5ae2bf57c11 (patch)
tree9e604fbc063ef39a337b3d0aab1fb6ea49089b06 /Python/pythonrun.c
parent9854566626f6d79bf1c640d6893db8551056538d (diff)
downloadcpython-3bef4af30124518b439362247709f5ae2bf57c11.zip
cpython-3bef4af30124518b439362247709f5ae2bf57c11.tar.gz
cpython-3bef4af30124518b439362247709f5ae2bf57c11.tar.bz2
[3.13] gh-128481: indicate that the default value for `FrameSummary.end_lineno` changed in 3.13 (GH-130755) (#130767)
gh-128481: indicate that the default value for `FrameSummary.end_lineno` changed in 3.13 (GH-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. (cherry picked from commit c6513f7a627c8918a5e3f3733fa47d34a94ddff9) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions